comparison src/print.c @ 56182:745575295194

(Fwith_output_to_temp_buffer): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 21 Jun 2004 19:51:27 +0000
parents cef7e1f2e773
children 66c2afb52fc1 dbcd0af66869 59dcbfe97385
comparison
equal deleted inserted replaced
56181:521ff26b7898 56182:745575295194
656 656
657 If variable `temp-buffer-show-function' is non-nil, call it at the end 657 If variable `temp-buffer-show-function' is non-nil, call it at the end
658 to get the buffer displayed instead of just displaying the non-selected 658 to get the buffer displayed instead of just displaying the non-selected
659 buffer and calling the hook. It gets one argument, the buffer to display. 659 buffer and calling the hook. It gets one argument, the buffer to display.
660 660
661 usage: (with-output-to-temp-buffer BUFFNAME BODY ...) */) 661 usage: (with-output-to-temp-buffer BUFNAME BODY ...) */)
662 (args) 662 (args)
663 Lisp_Object args; 663 Lisp_Object args;
664 { 664 {
665 struct gcpro gcpro1; 665 struct gcpro gcpro1;
666 Lisp_Object name; 666 Lisp_Object name;