]> git.eshelyaron.com Git - emacs.git/commitdiff
(input-method-previous-message): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Mon, 24 Aug 1998 10:11:57 +0000 (10:11 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 24 Aug 1998 10:11:57 +0000 (10:11 +0000)
src/keyboard.c

index a38e9809793a46e62a6a0a51e8af454eae417ff3..4d37ea3372cd30957047d1edfd0f04d3b67fe763 100644 (file)
@@ -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;