1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00

(set-process-filter): Advice doc fix.

This commit is contained in:
Karl Heuer 1997-06-05 18:20:20 +00:00
parent 85b6275ffc
commit ba4841b2a2

View 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."