Mercurial > emacs
changeset 21243:e82a4a4fa12a
(comint-preoutput-filter-functions): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 21 Mar 1998 06:16:35 +0000 |
parents | 10e1764f84b8 |
children | 50929073a0ba |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.