]> git.eshelyaron.com Git - emacs.git/commitdiff
(follow-avoid-tail-recenter): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Tue, 20 Mar 2001 19:52:32 +0000 (19:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 20 Mar 2001 19:52:32 +0000 (19:52 +0000)
lisp/ChangeLog
lisp/follow.el

index d3e687f3de1d40b5632f82afc78d16d7a1456f4c..8345bf8ee9a6a12723d63352f982b642c089419b 100644 (file)
@@ -1,5 +1,7 @@
 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
 
+       * follow.el (follow-avoid-tail-recenter): Doc fix.
+
        * custom.el (custom-set-variables): Avoid reversing the list
        of args needlessly.
 
index dd2a17c9b0bdfdec9d3df9a0239c35858a2aebf4..92ad5829e4d9d7e9b5a4b1a380bfb4083a50e420 100644 (file)
@@ -1,6 +1,6 @@
 ;;; follow.el --- Minor mode, Synchronize windows showing the same buffer.
 
-;; Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
+;; Copyright (C) 1995, 1996, 1997, 1999, 2001 Free Software Foundation, Inc.
 
 ;; Author: Anders Lindgren <andersl@andersl.com>
 ;; Maintainer: Anders Lindgren <andersl@andersl.com>
@@ -1479,7 +1479,7 @@ position of the first window. Otherwise it is a good guess."
 (defun follow-avoid-tail-recenter (&rest rest)
   "Make sure windows displaying the end of a buffer aren't recentered.
 
-This is done by reading and rewriting the start positon of
+This is done by reading and rewriting the start position of
 non-first windows in Follow Mode."
   (if follow-avoid-tail-recenter-p
       (let* ((orig-buffer (current-buffer))