diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-31 02:59:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-31 02:59:19 +0000 |
commit | 41d6a76508b8932cbc96a0e65e58a75ff6b6cfdc (patch) | |
tree | 933c63c8ac78b184dadd772ca251c2406ca82ee5 /src/print.c | |
parent | 3f342d1a5328f8d121fa4bcf5bc262c2ace93b4d (diff) | |
download | emacs-41d6a76508b8932cbc96a0e65e58a75ff6b6cfdc.tar.gz |
(Fwith_output_to_temp_buffer): Doc fix.
Diffstat (limited to 'src/print.c')
-rw-r--r-- | src/print.c | 2 |
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\ The buffer is displayed in another window, but not selected.\n\ The value of the last form in BODY is returned.\n\ If BODY does not finish normally, the buffer BUFNAME is not displayed.\n\n\ -If variable `temp-buffer-show-hook' is non-nil, call it at the end\n\ +If variable `temp-buffer-show-function' is non-nil, call it at the end\n\ to get the buffer displayed. It gets one argument, the buffer to display.") (args) Lisp_Object args; |