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.
;;; 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>
(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))