aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2004-06-21 19:52:30 +0000
committerEli Zaretskii2004-06-21 19:52:30 +0000
commit9a09408e9e6c0be5801377acc7533d47914dad7d (patch)
treea6439fe8fb71fcba080e589bae9c806674d2566e /src
parent997851eefa716323eb40700ec3e03a6e0d4cbbcf (diff)
downloademacs-9a09408e9e6c0be5801377acc7533d47914dad7d.tar.gz
emacs-9a09408e9e6c0be5801377acc7533d47914dad7d.zip
(Fwith_output_to_temp_buffer): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/print.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 00822d9d277..f222a39ed75 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12004-06-21 Eli Zaretskii <eliz@gnu.org>
2
3 * print.c (Fwith_output_to_temp_buffer): Doc fix.
4
12004-06-20 Richard M. Stallman <rms@gnu.org> 52004-06-20 Richard M. Stallman <rms@gnu.org>
2 6
3 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix. 7 * 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
658to get the buffer displayed instead of just displaying the non-selected 658to get the buffer displayed instead of just displaying the non-selected
659buffer and calling the hook. It gets one argument, the buffer to display. 659buffer and calling the hook. It gets one argument, the buffer to display.
660 660
661usage: (with-output-to-temp-buffer BUFFNAME BODY ...) */) 661usage: (with-output-to-temp-buffer BUFNAME BODY ...) */)
662 (args) 662 (args)
663 Lisp_Object args; 663 Lisp_Object args;
664{ 664{