Mercurial > emacs
diff src/keyboard.c @ 23090:04a848dbb2ed
(input-method-previous-message): Doc fix.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 24 Aug 1998 10:11:57 +0000 |
parents | 26b311ef19c6 |
children | f16c96435677 |
line wrap: on
line diff
--- a/src/keyboard.c Mon Aug 24 10:05:10 1998 +0000 +++ b/src/keyboard.c Mon Aug 24 10:11:57 1998 +0000 @@ -9376,7 +9376,7 @@ DEFVAR_LISP ("input-method-previous-message", &Vinput_method_previous_message, - "When `input-mehod-function' is called, hold the previous echo area message.\n\ + "When `input-method-function' is called, hold the previous echo area message.\n\ This variable exists because `read-event' clears the echo area\n\ before running the input method. It is nil if there was no message."); Vinput_method_previous_message = Qnil;