aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-31 02:59:19 +0000
committerRichard M. Stallman1993-05-31 02:59:19 +0000
commit483288d7449b955902061fef1cfa84f7c770850e (patch)
treeb12e3b3b4f85fec7072c25807b7a0e0b767b5751 /src
parent1da14ffda1b60a5e9b3f3469ca5c27efb4bbb682 (diff)
downloademacs-483288d7449b955902061fef1cfa84f7c770850e.tar.gz
emacs-483288d7449b955902061fef1cfa84f7c770850e.zip
(Fwith_output_to_temp_buffer): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 23901175de1..381f43b4693 100644
--- a/src/print.c
+++ b/src/print.c
@@ -409,7 +409,7 @@ All output done by BODY is inserted in that buffer by default.\n\
409The buffer is displayed in another window, but not selected.\n\ 409The buffer is displayed in another window, but not selected.\n\
410The value of the last form in BODY is returned.\n\ 410The value of the last form in BODY is returned.\n\
411If BODY does not finish normally, the buffer BUFNAME is not displayed.\n\n\ 411If BODY does not finish normally, the buffer BUFNAME is not displayed.\n\n\
412If variable `temp-buffer-show-hook' is non-nil, call it at the end\n\ 412If variable `temp-buffer-show-function' is non-nil, call it at the end\n\
413to get the buffer displayed. It gets one argument, the buffer to display.") 413to get the buffer displayed. It gets one argument, the buffer to display.")
414 (args) 414 (args)
415 Lisp_Object args; 415 Lisp_Object args;