comparison src/print.c @ 81860:9b64930f8547

(Fwith_output_to_temp_buffer): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 14 Jul 2007 10:56:33 +0000
parents 2bce89da14ed
children 922696f363b0 0ece58f6e0aa a66921565bcb
comparison
equal deleted inserted replaced
81859:9ab3f6f55d04 81860:9b64930f8547
688 688
689 If variable `temp-buffer-show-function' is non-nil, call it at the end 689 If variable `temp-buffer-show-function' is non-nil, call it at the end
690 to get the buffer displayed instead of just displaying the non-selected 690 to get the buffer displayed instead of just displaying the non-selected
691 buffer and calling the hook. It gets one argument, the buffer to display. 691 buffer and calling the hook. It gets one argument, the buffer to display.
692 692
693 usage: (with-output-to-temp-buffer BUFNAME BODY ...) */) 693 usage: (with-output-to-temp-buffer BUFNAME BODY...) */)
694 (args) 694 (args)
695 Lisp_Object args; 695 Lisp_Object args;
696 { 696 {
697 struct gcpro gcpro1; 697 struct gcpro gcpro1;
698 Lisp_Object name; 698 Lisp_Object name;