changeset 76401:eb5c346ae042

(syms_of_keyboard): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 08 Mar 2007 22:58:08 +0000
parents 4dc5b2641221
children a15a48c0f9e4
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Thu Mar 08 21:52:30 2007 +0000
+++ b/src/keyboard.c	Thu Mar 08 22:58:08 2007 +0000
@@ -11397,7 +11397,7 @@
   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,