changeset 81860:9b64930f8547

(Fwith_output_to_temp_buffer): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 14 Jul 2007 10:56:33 +0000
parents 9ab3f6f55d04
children d3aae5f80fb1
files src/print.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/print.c	Sat Jul 14 10:55:50 2007 +0000
+++ b/src/print.c	Sat Jul 14 10:56:33 2007 +0000
@@ -690,7 +690,7 @@
 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;
 {