comparison src/keyboard.c @ 23090:04a848dbb2ed

(input-method-previous-message): Doc fix.
author Andreas Schwab <schwab@suse.de>
date Mon, 24 Aug 1998 10:11:57 +0000
parents 26b311ef19c6
children f16c96435677
comparison
equal deleted inserted replaced
23089:20486aa49e7d 23090:04a848dbb2ed
9374 for guidance on what to do."); 9374 for guidance on what to do.");
9375 Vinput_method_function = Qnil; 9375 Vinput_method_function = Qnil;
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\
9380 This variable exists because `read-event' clears the echo area\n\ 9380 This variable exists because `read-event' clears the echo area\n\
9381 before running the input method. It is nil if there was no message."); 9381 before running the input method. It is nil if there was no message.");
9382 Vinput_method_previous_message = Qnil; 9382 Vinput_method_previous_message = Qnil;
9383 } 9383 }
9384 9384