aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1998-03-21 06:16:35 +0000
committerRichard M. Stallman1998-03-21 06:16:35 +0000
commite7654b4a743e7c54c08629ee336e10a5f1089da6 (patch)
treede41e57e9c64626bb6665f50eafceda693b6b0b2 /lisp
parentde57a39c28e6618fc3289a4102aa4762244b94bd (diff)
downloademacs-e7654b4a743e7c54c08629ee336e10a5f1089da6.tar.gz
emacs-e7654b4a743e7c54c08629ee336e10a5f1089da6.zip
(comint-preoutput-filter-functions): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index 072c64724ae..8e3a1bb2309 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -1260,7 +1260,7 @@ Similarly for Soar, Scheme, etc."
1260 (run-hook-with-args 'comint-output-filter-functions ""))))) 1260 (run-hook-with-args 'comint-output-filter-functions "")))))
1261 1261
1262(defvar comint-preoutput-filter-functions nil 1262(defvar comint-preoutput-filter-functions nil
1263 "Functions to call after output is inserted into the buffer. 1263 "Functions to call before output is inserted into the buffer.
1264These functions get one argument, a string containing the text to be 1264These functions get one argument, a string containing the text to be
1265inserted. They return the string as it should be inserted. 1265inserted. They return the string as it should be inserted.
1266 1266