diff options
| author | Gerd Moellmann | 2000-02-15 09:35:31 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-02-15 09:35:31 +0000 |
| commit | cad5347512bd42425c7a383bbbcf408a6fcf0843 (patch) | |
| tree | 9e748fa8d503f398308b7b40c8ed370bdfe34ec7 /src | |
| parent | 1aa963c81342d12f2071fb0db49653117847cd4d (diff) | |
| download | emacs-cad5347512bd42425c7a383bbbcf408a6fcf0843.tar.gz emacs-cad5347512bd42425c7a383bbbcf408a6fcf0843.zip | |
(Fsave_window_excursion): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/window.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9e4f0ee87b2..088916935c1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-02-15 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * window.c (Fsave_window_excursion): Doc fix. | ||
| 4 | |||
| 1 | 2000-02-15 Stefan Monnier <monnier@cs.yale.edu> | 5 | 2000-02-15 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 6 | ||
| 3 | * syntax.c (back_comment): Make sure we only consider comment-starters | 7 | * syntax.c (back_comment): Make sure we only consider comment-starters |
diff --git a/src/window.c b/src/window.c index 809641dbc13..631ea058e90 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -4820,7 +4820,6 @@ DEFUN ("save-window-excursion", Fsave_window_excursion, Ssave_window_excursion, | |||
| 4820 | Restore which buffer appears in which window, where display starts,\n\ | 4820 | Restore which buffer appears in which window, where display starts,\n\ |
| 4821 | and the value of point and mark for each window.\n\ | 4821 | and the value of point and mark for each window.\n\ |
| 4822 | Also restore which buffer is current.\n\ | 4822 | Also restore which buffer is current.\n\ |
| 4823 | But do not preserve point in the current buffer.\n\ | ||
| 4824 | Does not restore the value of point in current buffer.") | 4823 | Does not restore the value of point in current buffer.") |
| 4825 | (args) | 4824 | (args) |
| 4826 | Lisp_Object args; | 4825 | Lisp_Object args; |