From 39be728a88a93ae2b0a8ded953aa074fa0cf556d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 30 May 2006 01:19:09 +0000 Subject: [PATCH] (with-current-buffer): Doc fix. --- lisp/ChangeLog | 6 +++++- lisp/subr.el | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9f850eeb3ab..9e1eb780f2d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,10 @@ +2006-05-29 Richard Stallman + + * subr.el (with-current-buffer): Doc fix. + 2006-05-29 Jan Dj,Ad(Brv - * 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 diff --git a/lisp/subr.el b/lisp/subr.el index 90f1db78de1..993dae04181 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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)) -- 2.39.5