mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
(syms_of_keyboard): Doc fix.
This commit is contained in:
parent
580fba9486
commit
7d8d091434
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user