Mercurial > emacs
comparison src/print.c @ 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 | 683f4472f1c8 |
children | 68cd0dabfce7 |
comparison
equal
deleted
inserted
replaced
3336:44df7395bed8 | 3337:f5f76ebe6286 |
---|---|
407 The buffer is cleared out initially, and marked as unmodified when done.\n\ | 407 The buffer is cleared out initially, and marked as unmodified when done.\n\ |
408 All output done by BODY is inserted in that buffer by default.\n\ | 408 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; |
416 { | 416 { |
417 struct gcpro gcpro1; | 417 struct gcpro gcpro1; |