Handle define-ibuffer-column, define-ibuffer-filter,
authorColin Walters <walters@gnu.org>
Sun, 13 Jan 2002 05:40:59 +0000 (05:40 +0000)
committerColin Walters <walters@gnu.org>
Sun, 13 Jan 2002 05:40:59 +0000 (05:40 +0000)
define-ibuffer-sorter, and define-ibuffer-op.

lisp/emacs-lisp/lisp-mode.el

index 1f69123..ebec74f 100644 (file)
 (put 'define-generic-mode 'doc-string-elt 7)
 ;; define-global-mode has no explicit docstring.
 (put 'easy-mmode-define-global-mode 'doc-string-elt 0)
-
+(put 'define-ibuffer-filter 'doc-string-elt 3)
+(put 'define-ibuffer-op 'doc-string-elt 3)
+(put 'define-ibuffer-sorter 'doc-string-elt 3)
 
 (defun lisp-font-lock-syntactic-face-function (state)
   (if (nth 3 state)