emacs-devel
[Top][All Lists]
Advanced

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

typo in accept-process-output (process.c)


From: Dieter Wilhelm
Subject: typo in accept-process-output (process.c)
Date: Sun, 05 Aug 2007 14:04:12 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi 

There's a typo in Emacs 22.1 (still there in EMACS_22_BASE).  Is it OK
when I post typos here or should I do it with a bug report?

Index: process.c
===================================================================
--- process.c   (revision 7)
+++ process.c   (working copy)
@@ -3920,7 +3920,7 @@
 If optional fourth arg JUST-THIS-ONE is non-nil, only accept output
 from PROCESS, suspending reading output from other processes.
 If JUST-THIS-ONE is an integer, don't run any timers either.
-Return non-nil iff we received any output before the timeout expired.  */)
+Return non-nil if we received any output before the timeout expired.  */)
      (process, seconds, millisec, just_this_one)
      register Lisp_Object process, seconds, millisec, just_this_one;
 {

-- 
    Best wishes

    H. Dieter Wilhelm
    Darmstadt, Germany





reply via email to

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