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 [EMACS_22_BASE]


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

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      07/10/19 10:19:51

Index: process.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/process.c,v
retrieving revision 1.512.2.5
retrieving revision 1.512.2.6
diff -u -b -r1.512.2.5 -r1.512.2.6
--- process.c   20 Sep 2007 02:46:00 -0000      1.512.2.5
+++ process.c   19 Oct 2007 10:19:51 -0000      1.512.2.6
@@ -1002,7 +1002,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]