emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106811: * ibuffer.el (ibuffer-mode):


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106811: * ibuffer.el (ibuffer-mode): List the bindings in the corrent map.
Date: Sat, 07 Jan 2012 06:50:58 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106811
fixes bug(s): http://debbugs.gnu.org/9759
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2012-01-07 06:50:58 +0100
message:
  * ibuffer.el (ibuffer-mode): List the bindings in the corrent map.
modified:
  lisp/ChangeLog
  lisp/ibuffer.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-01-07 05:34:30 +0000
+++ b/lisp/ChangeLog    2012-01-07 05:50:58 +0000
@@ -1,5 +1,8 @@
 2012-01-07  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
+       (bug#9759).
+
        * mail/smtpmail.el (password-cache-add): Removed unused declaration.
        (password-read): Don't autoload unused function.
 

=== modified file 'lisp/ibuffer.el'
--- a/lisp/ibuffer.el   2012-01-05 11:49:08 +0000
+++ b/lisp/ibuffer.el   2012-01-07 05:50:58 +0000
@@ -2384,7 +2384,7 @@
 particular subset of them, and sorting by various criteria.
 
 Operations on marked buffers:
-
+\\<ibuffer-mode-map>
   '\\[ibuffer-do-save]' - Save the marked buffers
   '\\[ibuffer-do-view]' - View the marked buffers in this frame.
   '\\[ibuffer-do-view-other-frame]' - View the marked buffers in another frame.


reply via email to

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