aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-15 09:35:31 +0000
committerGerd Moellmann2000-02-15 09:35:31 +0000
commitcad5347512bd42425c7a383bbbcf408a6fcf0843 (patch)
tree9e748fa8d503f398308b7b40c8ed370bdfe34ec7 /src/window.c
parent1aa963c81342d12f2071fb0db49653117847cd4d (diff)
downloademacs-cad5347512bd42425c7a383bbbcf408a6fcf0843.tar.gz
emacs-cad5347512bd42425c7a383bbbcf408a6fcf0843.zip
(Fsave_window_excursion): Doc fix.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c1
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,
4820Restore which buffer appears in which window, where display starts,\n\ 4820Restore which buffer appears in which window, where display starts,\n\
4821and the value of point and mark for each window.\n\ 4821and the value of point and mark for each window.\n\
4822Also restore which buffer is current.\n\ 4822Also restore which buffer is current.\n\
4823But do not preserve point in the current buffer.\n\
4824Does not restore the value of point in current buffer.") 4823Does not restore the value of point in current buffer.")
4825 (args) 4824 (args)
4826 Lisp_Object args; 4825 Lisp_Object args;