diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-10-12 02:40:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-10-12 02:40:26 +0000 |
commit | 6e625da152620b6ed42017560a6d6590754cd803 (patch) | |
tree | 7c591669f0595af269a283e514641739902ed57a /lisp/follow.el | |
parent | 4907ce5b0795ab5f5ea186c3c386c1677e52978f (diff) | |
download | emacs-6e625da152620b6ed42017560a6d6590754cd803.tar.gz |
(set-process-filter): Doc fix.
Diffstat (limited to 'lisp/follow.el')
-rw-r--r-- | lisp/follow.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/follow.el b/lisp/follow.el index cae16af116e..80f143fba72 100644 --- a/lisp/follow.el +++ b/lisp/follow.el @@ -1966,7 +1966,7 @@ WINDOW can be an object or a window." 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 @@ report this using the `follow-submit-feedback' function." ;;; 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!) |