# HG changeset patch # User Richard M. Stallman # Date 890460995 0 # Node ID e82a4a4fa12a6f9fbc6781e90a6610e4ead139ae # Parent 10e1764f84b804e6eb5d97b76135bfd5c4b7668d (comint-preoutput-filter-functions): Doc fix. diff -r 10e1764f84b8 -r e82a4a4fa12a lisp/comint.el --- a/lisp/comint.el Sat Mar 21 06:01:22 1998 +0000 +++ b/lisp/comint.el Sat Mar 21 06:16:35 1998 +0000 @@ -1260,7 +1260,7 @@ (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.