diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2006-04-02 23:48:28 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2006-04-02 23:48:28 +0000 |
commit | b641fbd7f4cd1069ec2e709dea275d7698525d4d (patch) | |
tree | fcd5c41e894898b929d0522a9e319e5a6c293da1 /lisp/ibuf-macs.el | |
parent | 4d4eb732b5bb970e21e01110b87db7a6464c60c1 (diff) | |
download | emacs-b641fbd7f4cd1069ec2e709dea275d7698525d4d.tar.gz |
(define-ibuffer-column): Document the new parameter.
Diffstat (limited to 'lisp/ibuf-macs.el')
-rw-r--r-- | lisp/ibuf-macs.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ibuf-macs.el b/lisp/ibuf-macs.el index 603ffc45c93..009935e1539 100644 --- a/lisp/ibuf-macs.el +++ b/lisp/ibuf-macs.el @@ -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 |