projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16eac20
)
; * lisp/bookmark.el (bookmark-bmenu-locate): Doc fix (bug#64370).
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 1 Jul 2023 09:46:37 +0000
(12:46 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 1 Jul 2023 09:46:37 +0000
(12:46 +0300)
lisp/bookmark.el
patch
|
blob
|
history
diff --git
a/lisp/bookmark.el
b/lisp/bookmark.el
index 113689108760b513337a1464662eaee51efe3240..026257ff758238fe66f8be2ffa55ce1660ff4d6e 100644
(file)
--- 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))))