]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fwith_output_to_temp_buffer): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 21 Jun 2004 19:52:30 +0000 (19:52 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 21 Jun 2004 19:52:30 +0000 (19:52 +0000)
src/ChangeLog
src/print.c

index 00822d9d277ad0075a16f49fd2c2d0d9b8327bb6..f222a39ed750437829a390ca92baa7e93a56c5f8 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-21  Eli Zaretskii  <eliz@gnu.org>
+
+       * print.c (Fwith_output_to_temp_buffer): Doc fix.
+
 2004-06-20  Richard M. Stallman  <rms@gnu.org>
 
        * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
index a91276d409a434659a24eef799b58007a80f4771..0abd30b5ce0048d37b3c3b567067b68437400d22 100644 (file)
@@ -658,7 +658,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 BUFFNAME BODY ...)  */)
+usage: (with-output-to-temp-buffer BUFNAME BODY ...)  */)
      (args)
      Lisp_Object args;
 {