]> code.delx.au - gnu-emacs/commitdiff
(with-current-buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 May 2006 01:19:09 +0000 (01:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 May 2006 01:19:09 +0000 (01:19 +0000)
lisp/ChangeLog
lisp/subr.el

index 9f850eeb3ab761a25f344c7d0990414402315551..9e1eb780f2dc0aad36536daa4af5c85d0b4e738c 100644 (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\e,Ad\e(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>
 
index 90f1db78de11267f47b6547381216cc45ce1d02b..993dae04181b2a36f5e34e4d6efdc634c7c76aee 100644 (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))