emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: follow.el typo


From: Eli Zaretskii
Subject: Re: follow.el typo
Date: Thu, 13 Sep 2007 11:10:14 +0300

> Date: Wed, 12 Sep 2007 14:36:53 -0700 (PDT)
> From: "Davis Herring" <address@hidden>
> 
> *** follow.el 01 Aug 2007 11:08:14 -0600      1.35
> --- follow.el 12 Sep 2007 11:48:14 -0600
> ***************
> *** 1973,1979 ****
>     ;; `follow-avoid-tail-recenter'.
>     ;;
>     ;; By performing a redisplay on our own, Emacs need not perform
> !   ;; the above described redisplay.  (However, bu performing it when
>     ;; there are input available just seems to make things worse.)
>     (if (and follow-avoid-tail-recenter-p
>          (not (input-pending-p)))
> --- 1973,1979 ----
>     ;; `follow-avoid-tail-recenter'.
>     ;;
>     ;; By performing a redisplay on our own, Emacs need not perform
> !   ;; the above described redisplay.  (However, by performing it when
>     ;; there are input available just seems to make things worse.)
>     (if (and follow-avoid-tail-recenter-p
>          (not (input-pending-p)))

Thanks, I fixed this (and quite a few other cases of misspelling and
incorrect wording in this file).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]