summaryrefslogtreecommitdiff
path: root/src/print.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-07-16 10:40:03 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-07-16 10:40:03 +0000
commit574d8baaad8c22a77606ced665a328366baa2da1 (patch)
tree70901cbf4fa4ebe8e716e83a35b9b908cb698d1d /src/print.c
parent49c09207027623fe6493b4197582537b3d5503c7 (diff)
downloademacs-574d8baaad8c22a77606ced665a328366baa2da1.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 533d0a82cc4..76716fe7c24 100644
--- a/src/print.c
+++ b/src/print.c
@@ -690,7 +690,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 BUFNAME BODY ...) */)
+usage: (with-output-to-temp-buffer BUFNAME BODY...) */)
(args)
Lisp_Object args;
{