emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Tue, 30 May 2006 01:18:24 +0000

Index: emacs/lisp/subr.el
diff -u emacs/lisp/subr.el:1.515 emacs/lisp/subr.el:1.516
--- emacs/lisp/subr.el:1.515    Mon May 29 00:28:43 2006
+++ emacs/lisp/subr.el  Tue May 30 01:18:24 2006
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]