summaryrefslogtreecommitdiff
path: root/lisp/ibuf-macs.el
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2016-07-22 18:01:43 +0900
committerTino Calancha <tino.calancha@gmail.com>2016-07-22 18:01:43 +0900
commit431641a2ecbd787a692957bcc5e59b600f63e832 (patch)
tree24376d812f8afafe1efb7c820236fa2583bf220a /lisp/ibuf-macs.el
parentc608f4901af65e9451fba1ca8f03f6d43bfc1ecc (diff)
downloademacs-431641a2ecbd787a692957bcc5e59b600f63e832.tar.gz
Update define-ibuffer-op doc string
* lisp/ibuf-macs.el (define-ibuffer-op): Mention that BODY is evaluated with 'buf' bound to the actual marked buffer being processed.
Diffstat (limited to 'lisp/ibuf-macs.el')
-rw-r--r--lisp/ibuf-macs.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ibuf-macs.el b/lisp/ibuf-macs.el
index 2411f0588e3..27e7af9559c 100644
--- a/lisp/ibuf-macs.el
+++ b/lisp/ibuf-macs.el
@@ -203,7 +203,8 @@ evaluates once for each marked buffer, MBUF, with MBUF current
and saving the point. If COMPLEX is non-nil, BODY evaluates
without requiring MBUF current.
BODY define the operation; they are forms to evaluate per each
-marked buffer.
+marked buffer. BODY is evaluated with `buf' bound to the
+buffer object.
\(fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING COMPLEX) &rest BODY)"
(declare (indent 2) (doc-string 3))