diff lisp/subr.el @ 349:8429d81ab209 r21-1-4

Import from CVS: tag r21-1-4
author cvs
date Mon, 13 Aug 2007 10:54:28 +0200
parents 70ad99077275
children 7347b34c275b
line wrap: on
line diff
--- a/lisp/subr.el	Mon Aug 13 10:53:50 2007 +0200
+++ b/lisp/subr.el	Mon Aug 13 10:54:28 2007 +0200
@@ -333,7 +333,7 @@
        (erase-buffer))))
 
 (defmacro with-current-buffer (buffer &rest body)
-  "Execute the forms in BODY with BUFFER as the current buffer.
+  "Temporarily make BUFFER the current buffer and execute the forms in BODY.
 The value returned is the value of the last form in BODY.
 See also `with-temp-buffer'."
   `(save-current-buffer