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/window.c | |
| parent | 1aa963c81342d12f2071fb0db49653117847cd4d (diff) | |
| download | emacs-cad5347512bd42425c7a383bbbcf408a6fcf0843.tar.gz emacs-cad5347512bd42425c7a383bbbcf408a6fcf0843.zip | |
(Fsave_window_excursion): Doc fix.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |