From: Tino Calancha Date: Fri, 22 Jul 2016 09:01:43 +0000 (+0900) Subject: Update define-ibuffer-op doc string X-Git-Tag: emacs-26.0.90~1840^2~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=431641a2ecbd787a692957bcc5e59b600f63e832;p=emacs.git 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. --- 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))