diff options
| author | Richard M. Stallman | 1993-05-31 02:59:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-31 02:59:19 +0000 |
| commit | 483288d7449b955902061fef1cfa84f7c770850e (patch) | |
| tree | b12e3b3b4f85fec7072c25807b7a0e0b767b5751 /src | |
| parent | 1da14ffda1b60a5e9b3f3469ca5c27efb4bbb682 (diff) | |
| download | emacs-483288d7449b955902061fef1cfa84f7c770850e.tar.gz emacs-483288d7449b955902061fef1cfa84f7c770850e.zip | |
(Fwith_output_to_temp_buffer): Doc fix.
Diffstat (limited to 'src')
| -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\ | |||
| 409 | The buffer is displayed in another window, but not selected.\n\ | 409 | The buffer is displayed in another window, but not selected.\n\ |
| 410 | The value of the last form in BODY is returned.\n\ | 410 | The value of the last form in BODY is returned.\n\ |
| 411 | If BODY does not finish normally, the buffer BUFNAME is not displayed.\n\n\ | 411 | If BODY does not finish normally, the buffer BUFNAME is not displayed.\n\n\ |
| 412 | If variable `temp-buffer-show-hook' is non-nil, call it at the end\n\ | 412 | If variable `temp-buffer-show-function' is non-nil, call it at the end\n\ |
| 413 | to get the buffer displayed. It gets one argument, the buffer to display.") | 413 | to get the buffer displayed. It gets one argument, the buffer to display.") |
| 414 | (args) | 414 | (args) |
| 415 | Lisp_Object args; | 415 | Lisp_Object args; |