]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_keyboard): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 8 Mar 2007 22:58:12 +0000 (22:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 8 Mar 2007 22:58:12 +0000 (22:58 +0000)
src/ChangeLog
src/keyboard.c

index ef58ba87bcfaa336c0a7473d41eb1657fd58b6c9..5ac188b2cdc520e69087999bc77d661c0b4e4259 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-08  Richard Stallman  <rms@gnu.org>
+
+       * keyboard.c (syms_of_keyboard): Doc fix.
+
 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
 
        * minibuf.c (Ftry_completion): Don't short circuit if
index a238c838e66e1de50608e4af261db9f4f11c9c9d..bf7948868ae810e2820736662a3938158c082ffb 100644 (file)
@@ -11397,7 +11397,7 @@ An element of the form (t . EVENT) forces EVENT to be added to that list.  */);
   DEFVAR_LISP ("unread-post-input-method-events", &Vunread_post_input_method_events,
               doc: /* List of events to be processed as input by input methods.
 These events are processed before `unread-command-events'
-and actual keyboard input without given to `input-method-function'.  */);
+and actual keyboard input, but are not given to `input-method-function'.  */);
   Vunread_post_input_method_events = Qnil;
 
   DEFVAR_LISP ("unread-input-method-events", &Vunread_input_method_events,