emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109514: Tiny comment updates


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109514: Tiny comment updates
Date: Wed, 08 Aug 2012 08:53:52 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109514
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-08-08 08:53:52 -0700
message:
  Tiny comment updates
modified:
  src/keyboard.c
  src/systty.h
=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2012-08-07 13:37:21 +0000
+++ b/src/keyboard.c    2012-08-08 15:53:52 +0000
@@ -392,7 +392,7 @@
 /* Nonzero while interrupts are temporarily deferred during redisplay.  */
 int interrupts_deferred;
 
-/* Allow m- file to inhibit use of FIONREAD.  */
+/* Allow configure to inhibit use of FIONREAD.  */
 #ifdef BROKEN_FIONREAD
 #undef FIONREAD
 #endif

=== modified file 'src/systty.h'
--- a/src/systty.h      2012-01-19 07:21:25 +0000
+++ b/src/systty.h      2012-08-08 15:53:52 +0000
@@ -41,7 +41,7 @@
 
 /* Special cases - inhibiting the use of certain features.  */
 
-/* Allow m- file to inhibit use of FIONREAD.  */
+/* Allow configure to inhibit use of FIONREAD.  */
 #ifdef BROKEN_FIONREAD
 #undef FIONREAD
 #undef ASYNC


reply via email to

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