From: Glenn Morris Date: Wed, 8 Aug 2012 15:53:52 +0000 (-0700) Subject: Tiny comment updates X-Git-Tag: emacs-24.2.90~775 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08bb53058a69d78e0127bff5ca51db7ed8cb3f61;p=emacs.git Tiny comment updates --- diff --git a/src/keyboard.c b/src/keyboard.c index 633cf4c4a37..bf4125f055b 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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 diff --git a/src/systty.h b/src/systty.h index a258635ac09..ae98f123f2a 100644 --- a/src/systty.h +++ b/src/systty.h @@ -41,7 +41,7 @@ along with GNU Emacs. If not, see . */ /* 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