+2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+
+ * keyboard.c (Freset_this_command_lengths): Doc fix.
+ (timer-list): Doc fix.
+ (timer-idle-list): Doc fix.
+ (disable-point-adjustment): Doc fix.
+
2001-10-30 Jason Rumney <jasonr@gnu.org>
* w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
\n\
Calling this function directs the translated event to replace\n\
the original event, so that only one version of the event actually\n\
-appears in the echo area and in the value of `this-command-keys.'.")
+appears in the echo area and in the value of `this-command-keys'.")
()
{
before_command_restore_flag = 1;
Vsuggest_key_bindings = Qt;
DEFVAR_LISP ("timer-list", &Vtimer_list,
- "List of active absolute time timers in order of increasing time");
+ "List of active absolute time timers in order of increasing time.");
Vtimer_list = Qnil;
DEFVAR_LISP ("timer-idle-list", &Vtimer_idle_list,
- "List of active idle-time timers in order of increasing time");
+ "List of active idle-time timers in order of increasing time.");
Vtimer_idle_list = Qnil;
DEFVAR_LISP ("input-method-function", &Vinput_method_function,
variable to non-nil, then we suppress the point adjustment.\n\
\n\
This variable is set to nil before reading a command, and is checked\n\
-just after executing the command");
+just after executing the command.");
Vdisable_point_adjustment = Qnil;
DEFVAR_LISP ("global-disable-point-adjustment",