emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/process.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/process.c,v
Date: Fri, 19 Oct 2007 10:28:56 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/10/19 10:28:55

Index: process.c
===================================================================
RCS file: /sources/emacs/emacs/src/process.c,v
retrieving revision 1.522
retrieving revision 1.523
diff -u -b -r1.522 -r1.523
--- process.c   17 Oct 2007 23:43:51 -0000      1.522
+++ process.c   19 Oct 2007 10:28:55 -0000      1.523
@@ -1007,7 +1007,7 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]