changeset 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 ff554a3125c3
children 9b4ab34a0df5
files src/print.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;
 {