Mercurial > emacs
changeset 71078:e917fe503f6c
(with-current-buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 30 May 2006 01:18:24 +0000 |
parents | e610fb70748a |
children | a7e1f38ed67a |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Mon May 29 22:26:25 2006 +0000 +++ b/lisp/subr.el Tue May 30 01:18:24 2006 +0000 @@ -2203,6 +2203,7 @@ (defmacro with-current-buffer (buffer &rest body) "Execute the forms in BODY with BUFFER as the current buffer. +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'." (declare (indent 1) (debug t))