aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 61be973e180..42a33828d8d 100644
--- a/src/window.c
+++ b/src/window.c
@@ -6643,7 +6643,7 @@ and the value of point and mark for each window.
6643Also restore the choice of selected window. 6643Also restore the choice of selected window.
6644Also restore which buffer is current. 6644Also restore which buffer is current.
6645Does not restore the value of point in current buffer. 6645Does not restore the value of point in current buffer.
6646usage: (save-window-excursion BODY ...) */) 6646usage: (save-window-excursion BODY...) */)
6647 (args) 6647 (args)
6648 Lisp_Object args; 6648 Lisp_Object args;
6649{ 6649{