1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(Fset_process_filter): Doc fix.

This commit is contained in:
Juanma Barranquero 2007-10-19 10:30:05 +00:00
parent d66d6ac028
commit 7b82c3b635
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-10-19 Juanma Barranquero <lekktu@gmail.com>
* process.c (Fset_process_filter): Doc fix.
2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
* keyboard.c (read_key_sequence): Undo a change introduced by multi-tty

View File

@ -1007,7 +1007,7 @@ DEFUN ("process-mark", Fprocess_mark, Sprocess_mark,
DEFUN ("set-process-filter", Fset_process_filter, Sset_process_filter,
2, 2, 0,
doc: /* Give PROCESS the filter function FILTER; nil means no filter.
t means stop accepting output from the process.
A value of t means stop accepting output from the process.
When a process has a filter, its buffer is not used for output.
Instead, each time it does output, the entire string of output is