# HG changeset patch # User Juanma Barranquero # Date 1184582403 0 # Node ID 2acaffaaf9fccf81ccb3371b6d7aeee60c629434 # Parent ff554a3125c34c0efe021f3f2487e248f79b785d (Fwith_output_to_temp_buffer): Doc fix. diff -r ff554a3125c3 -r 2acaffaaf9fc src/print.c --- 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; {