Mercurial > emacs
changeset 23090:04a848dbb2ed
(input-method-previous-message): Doc fix.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 24 Aug 1998 10:11:57 +0000 |
parents | 20486aa49e7d |
children | 25c95d9da0af |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;