From 7194219dd32abc3d6e35cb5acd18f3a34c2cec67 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 20 Mar 2001 19:52:32 +0000 Subject: [PATCH] (follow-avoid-tail-recenter): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/follow.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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)) -- 2.39.2