diff options
| author | Richard M. Stallman | 2007-03-08 22:58:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-03-08 22:58:12 +0000 |
| commit | 7d8d091434441e3edd0badde274831b916c322be (patch) | |
| tree | e3f6ee11950b73d2745c2ddd78b5df7cd73c4a52 | |
| parent | 580fba94862977a430e4212de49adc28b9cda4dc (diff) | |
| download | emacs-7d8d091434441e3edd0badde274831b916c322be.tar.gz emacs-7d8d091434441e3edd0badde274831b916c322be.zip | |
(syms_of_keyboard): Doc fix.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/keyboard.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ef58ba87bcf..5ac188b2cdc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-03-08 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (syms_of_keyboard): Doc fix. | ||
| 4 | |||
| 1 | 2007-03-08 Chong Yidong <cyd@stupidchicken.com> | 5 | 2007-03-08 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * minibuf.c (Ftry_completion): Don't short circuit if | 7 | * 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. */); | |||
| 11397 | DEFVAR_LISP ("unread-post-input-method-events", &Vunread_post_input_method_events, | 11397 | DEFVAR_LISP ("unread-post-input-method-events", &Vunread_post_input_method_events, |
| 11398 | doc: /* List of events to be processed as input by input methods. | 11398 | doc: /* List of events to be processed as input by input methods. |
| 11399 | These events are processed before `unread-command-events' | 11399 | These events are processed before `unread-command-events' |
| 11400 | and actual keyboard input without given to `input-method-function'. */); | 11400 | and actual keyboard input, but are not given to `input-method-function'. */); |
| 11401 | Vunread_post_input_method_events = Qnil; | 11401 | Vunread_post_input_method_events = Qnil; |
| 11402 | 11402 | ||
| 11403 | DEFVAR_LISP ("unread-input-method-events", &Vunread_input_method_events, | 11403 | DEFVAR_LISP ("unread-input-method-events", &Vunread_input_method_events, |