From: Gerd Moellmann Date: Tue, 20 Mar 2001 19:52:32 +0000 (+0000) Subject: (follow-avoid-tail-recenter): Doc fix. X-Git-Tag: emacs-pretest-21.0.101~233 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7194219dd32abc3d6e35cb5acd18f3a34c2cec67;p=emacs.git (follow-avoid-tail-recenter): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d3e687f3de1..8345bf8ee9a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-03-20 Gerd Moellmann + * follow.el (follow-avoid-tail-recenter): Doc fix. + * custom.el (custom-set-variables): Avoid reversing the list of args needlessly. diff --git a/lisp/follow.el b/lisp/follow.el index dd2a17c9b0b..92ad5829e4d 100644 --- a/lisp/follow.el +++ b/lisp/follow.el @@ -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 ;; Maintainer: Anders Lindgren @@ -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))