]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsave_window_excursion): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Tue, 15 Feb 2000 09:35:31 +0000 (09:35 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 15 Feb 2000 09:35:31 +0000 (09:35 +0000)
src/ChangeLog
src/window.c

index 9e4f0ee87b2d54e4da1ac3f4f1f0b0b70529e36d..088916935c1d2f876fd10867ecda89cb6f28b0f4 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-15  Gerd Moellmann  <gerd@gnu.org>
+
+       * window.c (Fsave_window_excursion): Doc fix.
+
 2000-02-15  Stefan Monnier  <monnier@cs.yale.edu>
 
        * syntax.c (back_comment): Make sure we only consider comment-starters
index 809641dbc1320a1a9e995d4e4d1379a567bac88e..631ea058e903f646de6523bcaebdd0942747ef21 100644 (file)
@@ -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;