diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index a38e9809793..4d37ea3372c 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -9376,7 +9376,7 @@ for guidance on what to do."); | |||
| 9376 | 9376 | ||
| 9377 | DEFVAR_LISP ("input-method-previous-message", | 9377 | DEFVAR_LISP ("input-method-previous-message", |
| 9378 | &Vinput_method_previous_message, | 9378 | &Vinput_method_previous_message, |
| 9379 | "When `input-mehod-function' is called, hold the previous echo area message.\n\ | 9379 | "When `input-method-function' is called, hold the previous echo area message.\n\ |
| 9380 | This variable exists because `read-event' clears the echo area\n\ | 9380 | This variable exists because `read-event' clears the echo area\n\ |
| 9381 | before running the input method. It is nil if there was no message."); | 9381 | before running the input method. It is nil if there was no message."); |
| 9382 | Vinput_method_previous_message = Qnil; | 9382 | Vinput_method_previous_message = Qnil; |