From: Richard M. Stallman Date: Sat, 21 Mar 1998 06:16:35 +0000 (+0000) Subject: (comint-preoutput-filter-functions): Doc fix. X-Git-Tag: emacs-20.3~1831 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e7654b4a743e7c54c08629ee336e10a5f1089da6;p=emacs.git (comint-preoutput-filter-functions): Doc fix. --- 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." (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.