From 8ed92cf0f2b5e461cba2fd05198c5be3d105f1b6 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 12 Mar 2000 15:19:21 +0000 Subject: [PATCH] (Fsave_window_excursion): Doc fix. --- src/window.c | 1 + 1 file changed, 1 insertion(+) 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, "Execute body, preserving window sizes and contents.\n\ Restore which buffer appears in which window, where display starts,\n\ and the value of point and mark for each window.\n\ +Also restore the choice of selected window.\n\ Also restore which buffer is current.\n\ Does not restore the value of point in current buffer.") (args) -- 2.39.5