# HG changeset patch # User Andreas Schwab # Date 903953517 0 # Node ID 04a848dbb2ed714030e3f6f99cd8dbeb8e22e180 # Parent 20486aa49e7d31eae6b167d645f3b27a18a17317 (input-method-previous-message): Doc fix. diff -r 20486aa49e7d -r 04a848dbb2ed src/keyboard.c --- 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;