Mercurial > emacs
changeset 3337:f5f76ebe6286
(Fwith_output_to_temp_buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 31 May 1993 02:59:19 +0000 |
parents | 44df7395bed8 |
children | 30b946dd8c66 |
files | src/print.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/print.c Mon May 31 01:39:40 1993 +0000 +++ b/src/print.c Mon May 31 02:59:19 1993 +0000 @@ -409,7 +409,7 @@ 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;