From: Eli Zaretskii Date: Sat, 1 Jul 2023 09:46:37 +0000 (+0300) Subject: ; * lisp/bookmark.el (bookmark-bmenu-locate): Doc fix (bug#64370). X-Git-Tag: emacs-29.1-rc1~81 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=edd36786e1eb9d3c17d4a36bd13fc9f6b2090c85;p=emacs.git ; * lisp/bookmark.el (bookmark-bmenu-locate): Doc fix (bug#64370). --- diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 11368910876..026257ff758 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -2419,7 +2419,7 @@ confirmation first." (defun bookmark-bmenu-locate () - "Display location of this bookmark. Displays in the minibuffer." + "Display the location of the bookmark for this line." (interactive nil bookmark-bmenu-mode) (let ((bmrk (bookmark-bmenu-bookmark))) (message "%s" (bookmark-location bmrk))))