diff options
| author | Eli Zaretskii | 2004-06-21 19:52:30 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-06-21 19:52:30 +0000 |
| commit | 9a09408e9e6c0be5801377acc7533d47914dad7d (patch) | |
| tree | a6439fe8fb71fcba080e589bae9c806674d2566e /src | |
| parent | 997851eefa716323eb40700ec3e03a6e0d4cbbcf (diff) | |
| download | emacs-9a09408e9e6c0be5801377acc7533d47914dad7d.tar.gz emacs-9a09408e9e6c0be5801377acc7533d47914dad7d.zip | |
(Fwith_output_to_temp_buffer): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/print.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 00822d9d277..f222a39ed75 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-06-21 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * print.c (Fwith_output_to_temp_buffer): Doc fix. | ||
| 4 | |||
| 1 | 2004-06-20 Richard M. Stallman <rms@gnu.org> | 5 | 2004-06-20 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix. | 7 | * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix. |
diff --git a/src/print.c b/src/print.c index a91276d409a..0abd30b5ce0 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -658,7 +658,7 @@ 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 | { |