mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
(Fwith_output_to_temp_buffer): Doc fix.
This commit is contained in:
parent
a0efc5b9e3
commit
327ffff8e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue