# HG changeset patch # User Richard M. Stallman # Date 845088026 0 # Node ID 215bd0423431d694f9e63071830fcda9401221f0 # Parent 8ce8051df1400191f7bc4fb4cad501fa210411d4 (set-process-filter): Doc fix. diff -r 8ce8051df140 -r 215bd0423431 lisp/follow.el --- a/lisp/follow.el Sat Oct 12 02:39:33 1996 +0000 +++ b/lisp/follow.el Sat Oct 12 02:40:26 1996 +0000 @@ -1966,7 +1966,7 @@ sure process output will be displayed correctly in buffers in which the mode is activated. -Follow Mode inserts it's own process filter to do it's +Follow Mode inserts its own process filter to do its magic stuff before the real process filter is called." (if follow-intercept-processes (progn @@ -2086,7 +2086,7 @@ ;;; The following section is a naive method to make buffers with ;;; process output to work with Follow mode. Whenever the start of the -;;; window displaying the buffer is moved, we moves it back to it's +;;; window displaying the buffer is moved, we moves it back to its ;;; original position and try to select a new window. (If we fail, ;;; the normal redisplay functions of Emacs will scroll it right ;;; back!)