summaryrefslogtreecommitdiff
path: root/lisp/ibuf-macs.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 11:26:42 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 11:26:42 +0000
commit1c7199ef585175719a35f2e0dc8e8c04f281708a (patch)
treec34d479037d9b411ba266d8229e6f3de32f2bbe1 /lisp/ibuf-macs.el
parent58e4c52f54f7003efbe3e1f30d71b3cfa5e1a8d5 (diff)
downloademacs-1c7199ef585175719a35f2e0dc8e8c04f281708a.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'lisp/ibuf-macs.el')
-rw-r--r--lisp/ibuf-macs.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ibuf-macs.el b/lisp/ibuf-macs.el
index 03ef2404f4e..e12a1199939 100644
--- a/lisp/ibuf-macs.el
+++ b/lisp/ibuf-macs.el
@@ -125,7 +125,7 @@ change its definition, you should explicitly call
;;;###autoload
(defmacro* define-ibuffer-sorter (name documentation
- (&key
+ (&key
description)
&rest body)
"Define a method of sorting named NAME.
@@ -152,7 +152,7 @@ value if and only if `a' is \"less than\" `b'."
;;;###autoload
(defmacro* define-ibuffer-op (op args
documentation
- (&key
+ (&key
interactive
mark
modifier-p
@@ -253,7 +253,7 @@ macro for exactly what it does."
;;;###autoload
(defmacro* define-ibuffer-filter (name documentation
- (&key
+ (&key
reader
description)
&rest body)
@@ -267,7 +267,7 @@ not a particular buffer should be displayed or not. The forms in BODY
will be evaluated with BUF bound to the buffer object, and QUALIFIER
bound to the current value of the filter."
(let ((fn-name (intern (concat "ibuffer-filter-by-" (symbol-name name)))))
- `(progn
+ `(progn
(defun ,fn-name (qualifier)
,(concat (or documentation "This filter is not documented."))
(interactive (list ,reader))