]> git.eshelyaron.com Git - emacs.git/commitdiff
(dos-display-scancodes, dos-decimal): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 9 Dec 2001 19:46:55 +0000 (19:46 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 9 Dec 2001 19:46:55 +0000 (19:46 +0000)
src/ChangeLog
src/dosfns.c

index 23b1c6f4dff64aa7f517334e95ce1b3562e1d7a7..cc32edeadd6c1d4e10cc07079a92d1695f21c2a5 100644 (file)
@@ -1,5 +1,7 @@
 2001-12-09  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
+
        * s/hpux10.h (srand48): Don't undefine.
 
 2001-12-09  Jason Rumney  <jasonr@gnu.org>
index 783b1214437b967784041082a308c2da85119217..d86c91a70f252b2d3c072b30351b6ccf62887b22 100644 (file)
@@ -600,7 +600,8 @@ Implicitly modified when the TZ variable is changed.");
 #endif
 
   DEFVAR_LISP ("dos-display-scancodes", &Vdos_display_scancodes,
-    "*When non-nil, the keyboard scan-codes are displayed at the bottom right\n\
+    "*Controls whether DOS raw keyboard events are displayed as you type.\n\
+When non-nil, the keyboard scan-codes are displayed at the bottom right\n\
 corner of the display (typically at the end of the mode line).\n\
 The output format is: scan code:char code*modifiers.");
   Vdos_display_scancodes = Qnil;
@@ -645,7 +646,8 @@ Use msdos-set-keyboard to select another keyboard layout.");
   dos_keyboard_layout = 1;     /* US */
   
   DEFVAR_INT ("dos-decimal-point", &dos_decimal_point,
-    "If non-zero, it contains the character to be returned when the\n\
+    "The character to produce when kp-decimal key is pressed.\n\
+If non-zero, this variable contains the character to be returned when the\n\
 decimal point key in the numeric keypad is pressed when Num Lock is on.\n\
 If zero, the decimal point key returns the country code specific value.");
   dos_decimal_point = 0;