Mercurial > emacs
changeset 18144:f8860990bdf7
(set-process-filter): Advice doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 05 Jun 1997 18:20:20 +0000 |
parents | 3584a8182767 |
children | 14bd76ef0abb |
files | lisp/follow.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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."