Mercurial > emacs
changeset 71151:207dba45f18e
(with-current-buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 02 Jun 2006 03:29:47 +0000 |
parents | 07b8f7d57642 |
children | b13dcd4b81a6 |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Fri Jun 02 02:38:53 2006 +0000 +++ b/lisp/subr.el Fri Jun 02 03:29:47 2006 +0000 @@ -2202,7 +2202,7 @@ ;;;; Lisp macros to do various things temporarily. (defmacro with-current-buffer (buffer &rest body) - "Execute the forms in BODY with BUFFER as the current buffer. + "Execute the forms in BODY with BUFFER temporarily current. BUFFER can be a buffer or a buffer name. The value returned is the value of the last form in BODY. See also `with-temp-buffer'."