From: Gerd Moellmann Date: Tue, 15 Feb 2000 09:35:31 +0000 (+0000) Subject: (Fsave_window_excursion): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~5017 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cad5347512bd42425c7a383bbbcf408a6fcf0843;p=emacs.git (Fsave_window_excursion): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9e4f0ee87b2..088916935c1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-02-15 Gerd Moellmann + + * window.c (Fsave_window_excursion): Doc fix. + 2000-02-15 Stefan Monnier * syntax.c (back_comment): Make sure we only consider comment-starters 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, Restore which buffer appears in which window, where display starts,\n\ and the value of point and mark for each window.\n\ Also restore which buffer is current.\n\ -But do not preserve point in the current buffer.\n\ Does not restore the value of point in current buffer.") (args) Lisp_Object args;