# HG changeset patch # User Eli Zaretskii # Date 1087847487 0 # Node ID 745575295194d83bee741cb618e9dfd17ee0a807 # Parent 521ff26b789827de2707c0a9fad4661ffc0eef0d (Fwith_output_to_temp_buffer): Doc fix. diff -r 521ff26b7898 -r 745575295194 src/print.c --- 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; {