]> git.eshelyaron.com Git - emacs.git/commitdiff
Tiny comment updates
authorGlenn Morris <rgm@gnu.org>
Wed, 8 Aug 2012 15:53:52 +0000 (08:53 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 8 Aug 2012 15:53:52 +0000 (08:53 -0700)
src/keyboard.c
src/systty.h

index 633cf4c4a37f5d4937817b12d9bae47be5874b9a..bf4125f055b1ef4af95f21651f8279abad31c4c6 100644 (file)
@@ -392,7 +392,7 @@ int interrupt_input;
 /* 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
index a258635ac09dd8206e340ea4d2a7213e4db78a94..ae98f123f2a61f10a5896293edefcafb20940fee 100644 (file)
@@ -41,7 +41,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 \f
 /* 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