From: Eli Zaretskii Date: Sun, 9 Dec 2001 19:46:55 +0000 (+0000) Subject: (dos-display-scancodes, dos-decimal): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~17826 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d20fc48aea27b82f9a82618bbea5c81fb3085da4;p=emacs.git (dos-display-scancodes, dos-decimal): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 23b1c6f4dff..cc32edeadd6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2001-12-09 Eli Zaretskii + * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix. + * s/hpux10.h (srand48): Don't undefine. 2001-12-09 Jason Rumney 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;