# HG changeset patch # User Juanma Barranquero # Date 1184410593 0 # Node ID 9b64930f85473eafcef14474c25000811de934ff # Parent 9ab3f6f55d0467bae4ec2bf8558cbd185b653dd4 (Fwith_output_to_temp_buffer): Doc fix. diff -r 9ab3f6f55d04 -r 9b64930f8547 src/print.c --- a/src/print.c Sat Jul 14 10:55:50 2007 +0000 +++ b/src/print.c Sat Jul 14 10:56:33 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; {