aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2007-07-16 10:40:03 +0000
committerJuanma Barranquero2007-07-16 10:40:03 +0000
commit327ffff8e7a6728aaeb02fdcdd91b4cf0dd72ab3 (patch)
treeac90bfba8429589ecb022dce319351a7e95601a0 /src
parenta0efc5b9e3f32682e7c9b3bca96f0c9783964d8a (diff)
downloademacs-327ffff8e7a6728aaeb02fdcdd91b4cf0dd72ab3.tar.gz
emacs-327ffff8e7a6728aaeb02fdcdd91b4cf0dd72ab3.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 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
690to get the buffer displayed instead of just displaying the non-selected 690to get the buffer displayed instead of just displaying the non-selected
691buffer and calling the hook. It gets one argument, the buffer to display. 691buffer and calling the hook. It gets one argument, the buffer to display.
692 692
693usage: (with-output-to-temp-buffer BUFNAME BODY ...) */) 693usage: (with-output-to-temp-buffer BUFNAME BODY...) */)
694 (args) 694 (args)
695 Lisp_Object args; 695 Lisp_Object args;
696{ 696{