]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fwith_output_to_temp_buffer): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 16 Jul 2007 10:40:03 +0000 (10:40 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 16 Jul 2007 10:40:03 +0000 (10:40 +0000)
src/print.c

index 533d0a82cc4bf1a822781c214526533a2bebee1d..76716fe7c24a0870c019fe574e4306ae0f5467a3 100644 (file)
@@ -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;
 {