From: Andreas Schwab Date: Mon, 24 Aug 1998 10:11:57 +0000 (+0000) Subject: (input-method-previous-message): Doc fix. X-Git-Tag: emacs-20.4~1859 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8b136653338f9a779563bbb166bd9bed975e461;p=emacs.git (input-method-previous-message): Doc fix. --- 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."); 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;