mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Document bookmark annotations in Emacs Manual (bug#36417)
* doc/emacs/regs.texi (Bookmarks): Document annotations. * lisp/bookmark.el (bookmark-use-annotations): Clarify docstring.
This commit is contained in:
parent
a1f76adfb0
commit
d58fc4e8ec
2 changed files with 8 additions and 4 deletions
|
|
@ -36,9 +36,6 @@
|
|||
|
||||
;;; Misc comments:
|
||||
;;
|
||||
;; If variable bookmark-use-annotations is non-nil, an annotation is
|
||||
;; queried for when setting a bookmark.
|
||||
;;
|
||||
;; The bookmark list is sorted lexically by default, but you can turn
|
||||
;; this off by setting bookmark-sort-flag to nil. If it is nil, then
|
||||
;; the list will be presented in the order it is recorded
|
||||
|
|
@ -52,7 +49,7 @@
|
|||
|
||||
|
||||
(defcustom bookmark-use-annotations nil
|
||||
"If non-nil, saving a bookmark queries for an annotation in a buffer."
|
||||
"If non-nil, setting a bookmark queries for an annotation in a buffer."
|
||||
:type 'boolean
|
||||
:group 'bookmark)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue