diff options
| author | Juanma Barranquero | 2007-07-14 10:56:33 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-07-14 10:56:33 +0000 |
| commit | f0005db530c0f83b18cff945cd847ad1b6cfc217 (patch) | |
| tree | c3f7ca6f6e7bc6b255ba1dc05855ebefaee3829f /src | |
| parent | d514369d905fbc9d3d16799db41e744b71056b99 (diff) | |
| download | emacs-f0005db530c0f83b18cff945cd847ad1b6cfc217.tar.gz emacs-f0005db530c0f83b18cff945cd847ad1b6cfc217.zip | |
(Fwith_output_to_temp_buffer): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c index 533d0a82cc4..76716fe7c24 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -690,7 +690,7 @@ 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 | { |