# HG changeset patch # User Karl Heuer # Date 865534820 0 # Node ID f8860990bdf77d7947427abc3787279e4136edb1 # Parent 3584a8182767dceca37142966cddefc46024463f (set-process-filter): Advice doc fix. diff -r 3584a8182767 -r f8860990bdf7 lisp/follow.el --- a/lisp/follow.el Wed Jun 04 21:41:20 1997 +0000 +++ b/lisp/follow.el Thu Jun 05 18:20:20 1997 +0000 @@ -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 @@ ;; 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."