bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Minor doc fixes


From: Pavel Janík
Subject: Minor doc fixes
Date: Sun, 28 Oct 2001 19:28:48 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i386-suse-linux-gnu)

hi,

while converting keyboard.c to new doc: syntax, I have found these changes
which are worthy to apply to 21_1 branch too. I will commit these changes
together with other changes (which are not for 21.1, like doc: syntax) to
HEAD in an hour or so.

--- keyboard.c.orig     Sun Oct 28 19:24:18 2001
+++ keyboard.c  Sun Oct 28 19:25:58 2001
@@ -9584,7 +9584,7 @@
 \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;
@@ -10504,7 +10504,7 @@
 so that you can determine whether the command was run by mouse or not.");
 
   DEFVAR_LISP ("last-input-char", &last_input_char,
-    "Last input event.");
+    "Last input character.");
 
   DEFVAR_LISP_NOPRO ("last-input-event", &last_input_char,
     "Last input event.");
@@ -10793,11 +10793,11 @@
   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,
@@ -10842,7 +10842,7 @@
 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",

-- 
Pavel Janík

#define BB_STAT2_TMP_INTR    0x10    /* My Penguins are burning.
Are you able to smell it? */
                  -- 2.2.16 include/asm-sparc/obio.h



reply via email to

[Prev in Thread] Current Thread [Next in Thread]