diff options
| author | Richard M. Stallman | 1998-03-21 06:16:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-03-21 06:16:35 +0000 |
| commit | e7654b4a743e7c54c08629ee336e10a5f1089da6 (patch) | |
| tree | de41e57e9c64626bb6665f50eafceda693b6b0b2 /lisp | |
| parent | de57a39c28e6618fc3289a4102aa4762244b94bd (diff) | |
| download | emacs-e7654b4a743e7c54c08629ee336e10a5f1089da6.tar.gz emacs-e7654b4a743e7c54c08629ee336e10a5f1089da6.zip | |
(comint-preoutput-filter-functions): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 1260 | (run-hook-with-args 'comint-output-filter-functions ""))))) | 1260 | (run-hook-with-args 'comint-output-filter-functions ""))))) |
| 1261 | 1261 | ||
| 1262 | (defvar comint-preoutput-filter-functions nil | 1262 | (defvar comint-preoutput-filter-functions nil |
| 1263 | "Functions to call after output is inserted into the buffer. | 1263 | "Functions to call before output is inserted into the buffer. |
| 1264 | These functions get one argument, a string containing the text to be | 1264 | These functions get one argument, a string containing the text to be |
| 1265 | inserted. They return the string as it should be inserted. | 1265 | inserted. They return the string as it should be inserted. |
| 1266 | 1266 | ||