summaryrefslogtreecommitdiff
path: root/src/print.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2004-06-21 19:52:30 +0000
committerEli Zaretskii <eliz@gnu.org>2004-06-21 19:52:30 +0000
commit9a09408e9e6c0be5801377acc7533d47914dad7d (patch)
treea6439fe8fb71fcba080e589bae9c806674d2566e /src/print.c
parent997851eefa716323eb40700ec3e03a6e0d4cbbcf (diff)
downloademacs-9a09408e9e6c0be5801377acc7533d47914dad7d.tar.gz
(Fwith_output_to_temp_buffer): Doc fix.
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
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;
{