From a8b136653338f9a779563bbb166bd9bed975e461 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 24 Aug 1998 10:11:57 +0000 Subject: [PATCH] (input-method-previous-message): Doc fix. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2