emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c608f49: Update define-ibuffer-op doc string


From: Tino Calancha
Subject: [Emacs-diffs] master c608f49: Update define-ibuffer-op doc string
Date: Fri, 22 Jul 2016 07:48:20 +0000 (UTC)

branch: master
commit c608f4901af65e9451fba1ca8f03f6d43bfc1ecc
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    Update define-ibuffer-op doc string
    
    * lisp/ibuf-macs.el (define-ibuffer-op): Document arg COMPLEX
    instead of refer the reader to the source code.
    Document arg BODY.
---
 lisp/ibuf-macs.el |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/lisp/ibuf-macs.el b/lisp/ibuf-macs.el
index 2f4d50d..2411f05 100644
--- a/lisp/ibuf-macs.el
+++ b/lisp/ibuf-macs.el
@@ -198,8 +198,12 @@ operation is complete, in the form:
 ACTIVE-OPSTRING is a string which will be displayed to the user in a
 confirmation message, in the form:
  \"Really ACTIVE-OPSTRING x buffers?\"
-COMPLEX means this function is special; see the source code of this
-macro for exactly what it does.
+COMPLEX means this function is special; if COMPLEX is nil BODY
+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.
 
 \(fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS 
OPSTRING ACTIVE-OPSTRING COMPLEX) &rest BODY)"
   (declare (indent 2) (doc-string 3))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]