emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108727: * process.c: Fix spelling an


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108727: * process.c: Fix spelling and caps in comments.
Date: Sun, 24 Jun 2012 13:34:48 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108727
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2012-06-24 13:34:48 -0700
message:
  * process.c: Fix spelling and caps in comments.
modified:
  src/ChangeLog
  src/process.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-06-24 20:22:22 +0000
+++ b/src/ChangeLog     2012-06-24 20:34:48 +0000
@@ -1,3 +1,7 @@
+2012-06-24  Paul Eggert  <address@hidden>
+
+       * process.c: Fix spelling and caps in comments.
+
 2012-06-24  Dan Nicolaescu  <address@hidden>
 
        * emacs.c (setpgrp): Remove definition, unused.

=== modified file 'src/process.c'
--- a/src/process.c     2012-06-24 17:39:14 +0000
+++ b/src/process.c     2012-06-24 20:34:48 +0000
@@ -4259,7 +4259,7 @@
      an additional duration to wait, measured in nanoseconds
      If TIME_LIMIT is zero, then:
        If NSECS == 0, there is no limit.
-       If NSECS > 0, the timeout consists of NSEC only.
+       If NSECS > 0, the timeout consists of NSECS only.
        If NSECS < 0, gobble data immediately, as if TIME_LIMIT were negative.
 
    READ_KBD is a lisp value:
@@ -6832,18 +6832,18 @@
 
    Wait for timeout to elapse and/or keyboard input to be available.
 
-   time_limit is:
+   TIME_LIMIT is:
      timeout in seconds
      If negative, gobble data immediately available but don't wait for any.
 
-   nsec is:
+   NSECS is:
      an additional duration to wait, measured in nanoseconds
      If TIME_LIMIT is zero, then:
-       If NSEC == 0, there is no limit.
-       If NSEC > 0, the timeout consists of NSEC only.
+       If NSECS == 0, there is no limit.
+       If NSECS > 0, the timeout consists of NSECS only.
        If NSECS < 0, gobble data immediately, as if TIME_LIMIT were negative.
 
-   read_kbd is a Lisp_Object:
+   READ_KBD is a Lisp_Object:
      0 to ignore keyboard input, or
      1 to return when input is available, or
      -1 means caller will actually read the input, so don't throw to
@@ -6852,7 +6852,7 @@
    see full version for other parameters. We know that wait_proc will
      always be NULL, since `subprocesses' isn't defined.
 
-   do_display != 0 means redisplay should be done to show subprocess
+   DO_DISPLAY != 0 means redisplay should be done to show subprocess
    output that arrives.
 
    Return true if we received input from any process.  */


reply via email to

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