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: Fri, 02 Jun 2006 03:29:48 +0000

Index: emacs/lisp/subr.el
diff -u emacs/lisp/subr.el:1.516 emacs/lisp/subr.el:1.517
--- emacs/lisp/subr.el:1.516    Tue May 30 01:18:24 2006
+++ emacs/lisp/subr.el  Fri Jun  2 03:29:47 2006
@@ -2202,7 +2202,7 @@
 ;;;; 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'."




reply via email to

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