; * lisp/bookmark.el (bookmark-bmenu-locate): Doc fix (bug#64370).
This commit is contained in:
parent
16eac20a5d
commit
edd36786e1
1 changed files with 1 additions and 1 deletions
|
@ -2419,7 +2419,7 @@ confirmation first."
|
||||||
|
|
||||||
|
|
||||||
(defun bookmark-bmenu-locate ()
|
(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)
|
(interactive nil bookmark-bmenu-mode)
|
||||||
(let ((bmrk (bookmark-bmenu-bookmark)))
|
(let ((bmrk (bookmark-bmenu-bookmark)))
|
||||||
(message "%s" (bookmark-location bmrk))))
|
(message "%s" (bookmark-location bmrk))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue