emacs-31 39cb1e483fd: ; * lisp/bookmark.el (bookmark-alist): Doc fix (bug#81461).
Eli Zaretskii <[email protected]> Sat, 25 Jul 2026 04:12:23 -0400 (EDT)
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit 39cb1e483fde9198c09450897894c2d3883721e9 Author: Eli Zaretskii <[email protected]> Commit: Eli Zaretskii <[email protected]> ; * lisp/bookmark.el (bookmark-alist): Doc fix (bug#81461). --- lisp/bookmark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 1113144f87a..77136308573 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -286,7 +286,7 @@ described below. An entry with a key but null value means the entry is not used. (filename . FILENAME) - (buf . BUFFER-OR-NAME) + (buffer . BUFFER-OR-NAME) (position . POS) (front-context-string . STR-AFTER-POS) (rear-context-string . STR-BEFORE-POS)