unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* follow.el typo
@ 2007-09-12 21:36 Davis Herring
  2007-09-13  8:10 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Davis Herring @ 2007-09-12 21:36 UTC (permalink / raw)
  To: emacs-devel

*** 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)))

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: follow.el typo
  2007-09-12 21:36 follow.el typo Davis Herring
@ 2007-09-13  8:10 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2007-09-13  8:10 UTC (permalink / raw)
  To: herring; +Cc: emacs-devel

> Date: Wed, 12 Sep 2007 14:36:53 -0700 (PDT)
> From: "Davis Herring" <herring@lanl.gov>
> 
> *** 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).

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-13  8:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-12 21:36 follow.el typo Davis Herring
2007-09-13  8:10 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).