]> git.eshelyaron.com Git - emacs.git/commitdiff
(Freset_this_command_lengths): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Wed, 31 Oct 2001 09:45:56 +0000 (09:45 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 31 Oct 2001 09:45:56 +0000 (09:45 +0000)
(timer-list): Doc fix.
(timer-idle-list): Doc fix.
(disable-point-adjustment): Doc fix.

src/ChangeLog
src/keyboard.c

index 7384d40bca0ad000b2372b7d6f03bcc6e92b8bf2..29b9577ec4d983b19e3fd91c45b81adfb198a4ea 100644 (file)
@@ -1,3 +1,10 @@
+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.
index c3847bf1451c8a53d5f49f9598ddf85140372306..8b5637e5eb94b39f989d459a11a58e130538e4bd 100644 (file)
@@ -9570,7 +9570,7 @@ That is not right.\n\
 \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;
@@ -10779,11 +10779,11 @@ If the value is non-nil and not a number, we wait 2 seconds.");
   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,
@@ -10828,7 +10828,7 @@ the boundary of the region.  But, several special commands sets this\n\
 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",