diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-06-05 18:20:20 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-06-05 18:20:20 +0000 |
commit | ba4841b2a2c0e23280afad60df0a7eb7c5a5d3c7 (patch) | |
tree | 3f2ca94242809042539af58e2f49dcc7cdb151bc /lisp/follow.el | |
parent | 85b6275ffc87a026d24b998f687d70d13dde6756 (diff) | |
download | emacs-ba4841b2a2c0e23280afad60df0a7eb7c5a5d3c7.tar.gz |
(set-process-filter): Advice 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 d7a6864bd03..66b31fe3811 100644 --- a/lisp/follow.el +++ b/lisp/follow.el @@ -7,7 +7,7 @@ ;; Created: 25 May 1995 ;; Version: 1.7 ;; Keywords: display, window, minor-mode -;; Date: 27 May 1997 +;; Date: 4 Jun 1997 ;; This file is part of GNU Emacs. @@ -1961,7 +1961,7 @@ WINDOW can be an object or a window." ;; filter... (defadvice set-process-filter (before follow-set-process-filter activate) - "Ensure process output will be displayed correctly in Follow Mode buffers." + "Ensure process output will be displayed correctly in Follow Mode buffers. Follow Mode inserts its own process filter to do its magic stuff before the real process filter is called." |