diff options
| author | Juanma Barranquero | 2007-07-16 10:43:34 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-07-16 10:43:34 +0000 |
| commit | 1faa97e48fffba382c491cf322e870bbd154ea1f (patch) | |
| tree | b3193fe931750e446babd9165be069cbd42834d5 | |
| parent | 327ffff8e7a6728aaeb02fdcdd91b4cf0dd72ab3 (diff) | |
| download | emacs-1faa97e48fffba382c491cf322e870bbd154ea1f.tar.gz emacs-1faa97e48fffba382c491cf322e870bbd154ea1f.zip | |
(Fsave_window_excursion): Doc fix.
| -rw-r--r-- | src/ChangeLog | 11 | ||||
| -rw-r--r-- | src/window.c | 2 |
2 files changed, 11 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2a68c99d328..c5d7ac769ba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-07-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * coding.c (Ffind_operation_coding_system): | ||
| 4 | * eval.c (For, Fand, Fprogn): | ||
| 5 | * keyboard.c (Ftrack_mouse): | ||
| 6 | * print.c (Fwith_output_to_temp_buffer): | ||
| 7 | * window.c (Fsave_window_excursion): Doc fixes (some reported | ||
| 8 | by Johan Bockg,Ae(Brd). | ||
| 9 | |||
| 1 | 2007-07-15 Richard Stallman <rms@gnu.org> | 10 | 2007-07-15 Richard Stallman <rms@gnu.org> |
| 2 | 11 | ||
| 3 | * data.c (Fsetq_default): Doc fix. | 12 | * data.c (Fsetq_default): Doc fix. |
| @@ -7549,7 +7558,7 @@ | |||
| 7549 | 2005-09-19 Kim F. Storm <storm@cua.dk> | 7558 | 2005-09-19 Kim F. Storm <storm@cua.dk> |
| 7550 | 7559 | ||
| 7551 | * editfns.c (Fformat): Don't scan past end of format string that | 7560 | * editfns.c (Fformat): Don't scan past end of format string that |
| 7552 | ends in %. Reported by: Johan Bockg,Ae(Brd. | 7561 | ends in %. Reported by Johan Bockg,Ae(Brd. |
| 7553 | 7562 | ||
| 7554 | 2005-09-18 Andreas Schwab <schwab@suse.de> | 7563 | 2005-09-18 Andreas Schwab <schwab@suse.de> |
| 7555 | 7564 | ||
diff --git a/src/window.c b/src/window.c index 8a5137f2044..3cb4292d346 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -6643,7 +6643,7 @@ and the value of point and mark for each window. | |||
| 6643 | Also restore the choice of selected window. | 6643 | Also restore the choice of selected window. |
| 6644 | Also restore which buffer is current. | 6644 | Also restore which buffer is current. |
| 6645 | Does not restore the value of point in current buffer. | 6645 | Does not restore the value of point in current buffer. |
| 6646 | usage: (save-window-excursion BODY ...) */) | 6646 | usage: (save-window-excursion BODY...) */) |
| 6647 | (args) | 6647 | (args) |
| 6648 | Lisp_Object args; | 6648 | Lisp_Object args; |
| 6649 | { | 6649 | { |