]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fset_process_filter): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Oct 2007 10:30:05 +0000 (10:30 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Oct 2007 10:30:05 +0000 (10:30 +0000)
src/ChangeLog
src/process.c

index c50b6286407df5c2e2a46a5dede1ffbb4e31304d..11ba13484121fc944320750648c69f82be403ea0 100644 (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
index 37181158a19eac5f7f1581c2878ea1f8a5a6edab..bbf754b971dd2dab886b6f90764fd0c4bff411c3 100644 (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