(with-current-buffer): Doc fix.

This commit is contained in:
Richard M. Stallman 2006-05-30 01:19:09 +00:00
parent 361ed4fdba
commit 39be728a88
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,10 @@
2006-05-29 Richard Stallman <rms@gnu.org>
* subr.el (with-current-buffer): Doc fix.
2006-05-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* term/x-win.el: bind F10 to menu-bar-start if available.
* term/x-win.el: Bind F10 to menu-bar-start if available.
2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>

View file

@ -2203,6 +2203,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again."
(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))