Mercurial > hg > xemacs-beta
diff lisp/subr.el @ 420:41dbb7a9d5f2 r21-2-18
Import from CVS: tag r21-2-18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:24:09 +0200 |
parents | e804706bfb8c |
children | 11054d720c21 |
line wrap: on
line diff
--- a/lisp/subr.el Mon Aug 13 11:23:14 2007 +0200 +++ b/lisp/subr.el Mon Aug 13 11:24:09 2007 +0200 @@ -334,7 +334,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