From f0005db530c0f83b18cff945cd847ad1b6cfc217 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 14 Jul 2007 10:56:33 +0000 Subject: [PATCH] (Fwith_output_to_temp_buffer): Doc fix. --- src/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/print.c b/src/print.c index 533d0a82cc4..76716fe7c24 100644 --- a/src/print.c +++ b/src/print.c @@ -690,7 +690,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 BUFNAME BODY ...) */) +usage: (with-output-to-temp-buffer BUFNAME BODY...) */) (args) Lisp_Object args; { -- 2.39.2