changeset 56182:745575295194

(Fwith_output_to_temp_buffer): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 21 Jun 2004 19:51:27 +0000
parents 521ff26b7898
children b0e1da52434f
files src/print.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/print.c	Mon Jun 21 13:46:59 2004 +0000
+++ b/src/print.c	Mon Jun 21 19:51:27 2004 +0000
@@ -658,7 +658,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 BUFFNAME BODY ...)  */)
+usage: (with-output-to-temp-buffer BUFNAME BODY ...)  */)
      (args)
      Lisp_Object args;
 {