summaryrefslogtreecommitdiff
path: root/src/dosfns.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-12-09 19:46:55 +0000
committerEli Zaretskii <eliz@gnu.org>2001-12-09 19:46:55 +0000
commitd20fc48aea27b82f9a82618bbea5c81fb3085da4 (patch)
tree2ef074ed0c60623a7299205a30e32693560cf4ad /src/dosfns.c
parent573837280fa1140c46a868434c7d9c118afc19fc (diff)
downloademacs-d20fc48aea27b82f9a82618bbea5c81fb3085da4.tar.gz
(dos-display-scancodes, dos-decimal): Doc fix.
Diffstat (limited to 'src/dosfns.c')
-rw-r--r--src/dosfns.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dosfns.c b/src/dosfns.c
index 783b1214437..d86c91a70f2 100644
--- a/src/dosfns.c
+++ b/src/dosfns.c
@@ -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;