1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

(Fwith_output_to_temp_buffer): Doc fix.

This commit is contained in:
Juanma Barranquero 2007-07-16 10:40:03 +00:00
parent a0efc5b9e3
commit 327ffff8e7

View File

@ -690,7 +690,7 @@ If variable `temp-buffer-show-function' is non-nil, call it at the end
to get the buffer displayed instead of just displaying the non-selected
buffer and calling the hook. It gets one argument, the buffer to display.
usage: (with-output-to-temp-buffer BUFNAME BODY ...) */)
usage: (with-output-to-temp-buffer BUFNAME BODY...) */)
(args)
Lisp_Object args;
{