From e7654b4a743e7c54c08629ee336e10a5f1089da6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 21 Mar 1998 06:16:35 +0000 Subject: [PATCH] (comint-preoutput-filter-functions): Doc fix. --- lisp/comint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5