summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-07-18 10:53:20 +0300
committerEli Zaretskii <eliz@gnu.org>2020-07-18 10:53:20 +0300
commitde68572742f37f70c128c7192576182347eb8f4b (patch)
tree70a4c39ae3fced38b6b4fb470eb5933c0c981d4c
parentfd85e70be70d7ca945cb0f7ec2eff7b2b3a6b5ec (diff)
downloademacs-de68572742f37f70c128c7192576182347eb8f4b.tar.gz
Improve documentation of 'bookmark-bmenu-mode'
* lisp/bookmark.el (bookmark-bmenu-mode): Add `bookmark-bmenu-search' to the doc string. (Bug#42325)
-rw-r--r--lisp/bookmark.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index 6cd624cb333..e69d9f529cf 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -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))