Mercurial > emacs
diff src/keyboard.c @ 76401:eb5c346ae042
(syms_of_keyboard): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 08 Mar 2007 22:58:08 +0000 |
| parents | c686b42fabf5 |
| children | f602ddf5430e |
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,
