aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab1998-08-24 10:11:57 +0000
committerAndreas Schwab1998-08-24 10:11:57 +0000
commita8b136653338f9a779563bbb166bd9bed975e461 (patch)
treea706d1310a10e78c34703bad1c1dbe4113960df4 /src
parenta85a871a3387e21cd2544563a21cd0691f7c5a40 (diff)
downloademacs-a8b136653338f9a779563bbb166bd9bed975e461.tar.gz
emacs-a8b136653338f9a779563bbb166bd9bed975e461.zip
(input-method-previous-message): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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.");
9376 9376
9377 DEFVAR_LISP ("input-method-previous-message", 9377 DEFVAR_LISP ("input-method-previous-message",
9378 &Vinput_method_previous_message, 9378 &Vinput_method_previous_message,
9379 "When `input-mehod-function' is called, hold the previous echo area message.\n\ 9379 "When `input-method-function' is called, hold the previous echo area message.\n\
9380This variable exists because `read-event' clears the echo area\n\ 9380This variable exists because `read-event' clears the echo area\n\
9381before running the input method. It is nil if there was no message."); 9381before running the input method. It is nil if there was no message.");
9382 Vinput_method_previous_message = Qnil; 9382 Vinput_method_previous_message = Qnil;