diff src/print.c @ 78155:2acaffaaf9fc

(Fwith_output_to_temp_buffer): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 16 Jul 2007 10:40:03 +0000
parents 2bce89da14ed
children 922696f363b0 0ece58f6e0aa a66921565bcb
line wrap: on
line diff
--- a/src/print.c	Mon Jul 16 10:39:15 2007 +0000
+++ b/src/print.c	Mon Jul 16 10:40:03 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;
 {