From: Richard M. Stallman Date: Thu, 8 Mar 2007 22:58:12 +0000 (+0000) Subject: (syms_of_keyboard): Doc fix. X-Git-Tag: emacs-pretest-22.0.96~191 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d8d091434441e3edd0badde274831b916c322be;p=emacs.git (syms_of_keyboard): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index ef58ba87bcf..5ac188b2cdc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-03-08 Richard Stallman + + * keyboard.c (syms_of_keyboard): Doc fix. + 2007-03-08 Chong Yidong * minibuf.c (Ftry_completion): Don't short circuit if diff --git a/src/keyboard.c b/src/keyboard.c index a238c838e66..bf7948868ae 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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,