]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/bookmark.el (bookmark-bmenu-locate): Doc fix (bug#64370).
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Jul 2023 09:46:37 +0000 (12:46 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 Jul 2023 09:46:37 +0000 (12:46 +0300)
lisp/bookmark.el

index 113689108760b513337a1464662eaee51efe3240..026257ff758238fe66f8be2ffa55ce1660ff4d6e 100644 (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))))