mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-16 17:19:41 +00:00
* lisp/bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
This commit is contained in:
parent
63286bb2ec
commit
38bee10234
@ -1,3 +1,7 @@
|
|||||||
|
2010-01-13 Karl Fogel <kfogel@red-bean.com>
|
||||||
|
|
||||||
|
* bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
|
||||||
|
|
||||||
2010-01-12 Michael Albinus <michael.albinus@gmx.de>
|
2010-01-12 Michael Albinus <michael.albinus@gmx.de>
|
||||||
|
|
||||||
* files.el (copy-directory): Compute target for recursive
|
* files.el (copy-directory): Compute target for recursive
|
||||||
|
@ -1960,7 +1960,7 @@ To carry out the deletions that you've marked, use \\<bookmark-bmenu-mode-map>\\
|
|||||||
|
|
||||||
|
|
||||||
(defun bookmark-bmenu-execute-deletions ()
|
(defun bookmark-bmenu-execute-deletions ()
|
||||||
"Delete bookmarks marked with \\<Buffer-menu-mode-map>\\[Buffer-menu-delete] commands."
|
"Delete bookmarks flagged `D'."
|
||||||
(interactive)
|
(interactive)
|
||||||
(message "Deleting bookmarks...")
|
(message "Deleting bookmarks...")
|
||||||
(let ((o-point (point))
|
(let ((o-point (point))
|
||||||
|
Loading…
Reference in New Issue
Block a user