]> git.eshelyaron.com Git - emacs.git/commitdiff
(with-current-buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 2 Jun 2006 03:30:24 +0000 (03:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 2 Jun 2006 03:30:24 +0000 (03:30 +0000)
lisp/ChangeLog
lisp/subr.el

index 99a3a0d04ec74e6219565a3d1b032c58716cf70a..55e33540dbea16e5c1a6581888d9df6ed293f82d 100644 (file)
@@ -1,7 +1,10 @@
+2006-06-01  Richard Stallman  <rms@gnu.org>
+
+       * subr.el (with-current-buffer): Doc fix.
+
 2006-06-02  Masatake YAMATO  <jet@gyve.org>
 
        * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*): 
-
        Almost rewrite. Underlines over all lines of gcov output are too 
        uncomfortable to read.  Suggested by Dan Nicolaescu.
 
index 993dae04181b2a36f5e34e4d6efdc634c7c76aee..f19142faa60682753598a290723a21299df742a3 100644 (file)
@@ -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'."