]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-process-filter): Advice doc fix.
authorKarl Heuer <kwzh@gnu.org>
Thu, 5 Jun 1997 18:20:20 +0000 (18:20 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 5 Jun 1997 18:20:20 +0000 (18:20 +0000)
lisp/follow.el

index d7a6864bd030948c4a0ec73e95cff92e710537ab..66b31fe381148743500e7cd2a321d8166f19b3d1 100644 (file)
@@ -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."