emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99319: * lisp/bookmark.el (bookmark-


From: Karl Fogel
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99319: * lisp/bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
Date: Wed, 13 Jan 2010 18:25:01 -0500
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99319
committer: Karl Fogel <address@hidden>
branch nick: trunk
timestamp: Wed 2010-01-13 18:25:01 -0500
message:
  * lisp/bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
modified:
  lisp/ChangeLog
  lisp/bookmark.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-01-12 21:59:05 +0000
+++ b/lisp/ChangeLog    2010-01-13 23:25:01 +0000
@@ -1,3 +1,7 @@
+2010-01-13  Karl Fogel  <address@hidden>
+
+       * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
+
 2010-01-12  Michael Albinus  <address@hidden>
 
        * files.el (copy-directory): Compute target for recursive

=== modified file 'lisp/bookmark.el'
--- a/lisp/bookmark.el  2010-01-13 08:35:10 +0000
+++ b/lisp/bookmark.el  2010-01-13 23:25:01 +0000
@@ -1960,7 +1960,7 @@
 
 
 (defun bookmark-bmenu-execute-deletions ()
-  "Delete bookmarks marked with \\<Buffer-menu-mode-map>\\[Buffer-menu-delete] 
commands."
+  "Delete bookmarks flagged `D'."
   (interactive)
   (message "Deleting bookmarks...")
   (let ((o-point  (point))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]