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.
This commit is contained in:
parent
c608f4901a
commit
431641a2ec
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue