From: Gerd Moellmann Date: Sun, 12 Mar 2000 15:19:21 +0000 (+0000) Subject: (Fsave_window_excursion): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~4679 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ed92cf0f2b5e461cba2fd05198c5be3d105f1b6;p=emacs.git (Fsave_window_excursion): Doc fix. --- 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)