diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-06-02 03:30:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-06-02 03:30:24 +0000 |
commit | 08a61c99b53c83365d466effb2bfbe94ce6a0e2c (patch) | |
tree | b2fe3dc45928a18edaed35ae082f7eade02fe180 /lisp/subr.el | |
parent | eb3d96092ad3fc6b8a29e5f58dafa89338ba2b58 (diff) | |
download | emacs-08a61c99b53c83365d466effb2bfbe94ce6a0e2c.tar.gz |
(with-current-buffer): Doc fix.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 993dae04181..f19142faa60 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -2202,7 +2202,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again." ;;;; 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'." |