From: Eli Zaretskii Date: Mon, 21 Jun 2004 19:52:30 +0000 (+0000) Subject: (Fwith_output_to_temp_buffer): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~5696 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a09408e9e6c0be5801377acc7533d47914dad7d;p=emacs.git (Fwith_output_to_temp_buffer): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 00822d9d277..f222a39ed75 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-06-21 Eli Zaretskii + + * print.c (Fwith_output_to_temp_buffer): Doc fix. + 2004-06-20 Richard M. Stallman * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix. diff --git a/src/print.c b/src/print.c index a91276d409a..0abd30b5ce0 100644 --- a/src/print.c +++ b/src/print.c @@ -658,7 +658,7 @@ If variable `temp-buffer-show-function' is non-nil, call it at the end to get the buffer displayed instead of just displaying the non-selected buffer and calling the hook. It gets one argument, the buffer to display. -usage: (with-output-to-temp-buffer BUFFNAME BODY ...) */) +usage: (with-output-to-temp-buffer BUFNAME BODY ...) */) (args) Lisp_Object args; {