aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-12 15:19:21 +0000
committerGerd Moellmann2000-03-12 15:19:21 +0000
commit8ed92cf0f2b5e461cba2fd05198c5be3d105f1b6 (patch)
tree9467601bb36f584dfcf4024b294ba8aabc9e32d6
parent3a27fa96384f73f2c7caa71d51fd8306f553a20f (diff)
downloademacs-8ed92cf0f2b5e461cba2fd05198c5be3d105f1b6.tar.gz
emacs-8ed92cf0f2b5e461cba2fd05198c5be3d105f1b6.zip
(Fsave_window_excursion): Doc fix.
-rw-r--r--src/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index a1764ee3fa6..95edbf8e13e 100644
--- a/src/window.c
+++ b/src/window.c
@@ -4844,6 +4844,7 @@ DEFUN ("save-window-excursion", Fsave_window_excursion, Ssave_window_excursion,
4844 "Execute body, preserving window sizes and contents.\n\ 4844 "Execute body, preserving window sizes and contents.\n\
4845Restore which buffer appears in which window, where display starts,\n\ 4845Restore which buffer appears in which window, where display starts,\n\
4846and the value of point and mark for each window.\n\ 4846and the value of point and mark for each window.\n\
4847Also restore the choice of selected window.\n\
4847Also restore which buffer is current.\n\ 4848Also restore which buffer is current.\n\
4848Does not restore the value of point in current buffer.") 4849Does not restore the value of point in current buffer.")
4849 (args) 4850 (args)