1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

; * lisp/bookmark.el (bookmark-bmenu-locate): Doc fix (bug#64370).

This commit is contained in:
Eli Zaretskii 2023-07-01 12:46:37 +03:00
parent 16eac20a5d
commit edd36786e1

View File

@ -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))))