]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-preoutput-filter-functions): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 21 Mar 1998 06:16:35 +0000 (06:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 21 Mar 1998 06:16:35 +0000 (06:16 +0000)
lisp/comint.el

index 072c64724ae128fbb4406103157942b9db6c35c2..8e3a1bb23095367fc51848eaf02bb9ee7e4e0e61 100644 (file)
@@ -1260,7 +1260,7 @@ Similarly for Soar, Scheme, etc."
          (run-hook-with-args 'comint-output-filter-functions "")))))
 
 (defvar comint-preoutput-filter-functions nil 
-  "Functions to call after output is inserted into the buffer.
+  "Functions to call before output is inserted into the buffer.
 These functions get one argument, a string containing the text to be
 inserted.  They return the string as it should be inserted.