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:
parent
85b6275ffc
commit
ba4841b2a2
1 changed files with 2 additions and 2 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue