From cad5347512bd42425c7a383bbbcf408a6fcf0843 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 15 Feb 2000 09:35:31 +0000 Subject: [PATCH] (Fsave_window_excursion): Doc fix. --- src/ChangeLog | 4 ++++ src/window.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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; -- 2.39.5