aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-07-14 10:56:33 +0000
committerJuanma Barranquero <[email protected]>2007-07-14 10:56:33 +0000
commitf0005db530c0f83b18cff945cd847ad1b6cfc217 (patch)
treec3f7ca6f6e7bc6b255ba1dc05855ebefaee3829f
parentd514369d905fbc9d3d16799db41e744b71056b99 (diff)
(Fwith_output_to_temp_buffer): Doc fix.
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 533d0a82cc..76716fe7c2 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;
{