]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve documentation of 'bookmark-bmenu-mode'
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Jul 2020 07:53:20 +0000 (10:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Jul 2020 07:53:20 +0000 (10:53 +0300)
* lisp/bookmark.el (bookmark-bmenu-mode): Add
`bookmark-bmenu-search' to the doc string.  (Bug#42325)

lisp/bookmark.el

index 6cd624cb3333ba13734cf99d3f317e80f6f98889..e69d9f529cf77cf3c5c3e87bf7103bf0b5ad1767 100644 (file)
@@ -1772,7 +1772,8 @@ Bookmark names preceded by a \"*\" have annotations.
 \\[bookmark-bmenu-show-annotation] -- show the annotation, if it exists, for the current bookmark
   in another buffer.
 \\[bookmark-bmenu-show-all-annotations] -- show the annotations of all bookmarks in another buffer.
-\\[bookmark-bmenu-edit-annotation] -- edit the annotation for the current bookmark."
+\\[bookmark-bmenu-edit-annotation] -- edit the annotation for the current bookmark.
+\\[bookmark-bmenu-search] -- incrementally search for bookmarks."
   (setq truncate-lines t)
   (setq buffer-read-only t))