]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-ibuffer-column): Document the new parameter.
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 2 Apr 2006 23:48:28 +0000 (23:48 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 2 Apr 2006 23:48:28 +0000 (23:48 +0000)
lisp/ChangeLog
lisp/ibuf-macs.el

index 998c2eb94277fb7a9fb2a9705c90d740f6f19982..2f7e50357b478489f888a7609217f640a8bb8d29 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
+
 2006-04-02  Richard Stallman  <rms@gnu.org>
 
        * progmodes/compile.el (compilation-message-face): Make it defcustom.
index 603ffc45c9396a6ee022f7face440f07266808f8..009935e153949bcb9744978ac704f442667d8734 100644 (file)
@@ -90,6 +90,9 @@ the text, such as `mouse-face'.  And SUMMARIZER, if given, is a
 function which will be passed a list of all the strings in its column;
 it should return a string to display at the bottom.
 
+If HEADER-MOUSE-MAP is given, it will be used as a keymap for the
+title of the column.
+
 Note that this macro expands into a `defun' for a function named
 ibuffer-make-column-NAME.  If INLINE is non-nil, then the form will be
 inlined into the compiled format versions.  This means that if you