Mercurial > emacs
comparison src/dosfns.c @ 41912:c6fc300f820a
(dos-display-scancodes, dos-decimal): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 09 Dec 2001 19:45:41 +0000 |
parents | cdfd4d09b79a |
children | ee8ae85f22ae |
comparison
equal
deleted
inserted
replaced
41911:8d91ce714bed | 41912:c6fc300f820a |
---|---|
598 DEFVAR_LISP ("dos-windows-version", &Vdos_windows_version, | 598 DEFVAR_LISP ("dos-windows-version", &Vdos_windows_version, |
599 "The (MAJOR . MINOR) Windows version for DOS session on MS-Windows."); | 599 "The (MAJOR . MINOR) Windows version for DOS session on MS-Windows."); |
600 #endif | 600 #endif |
601 | 601 |
602 DEFVAR_LISP ("dos-display-scancodes", &Vdos_display_scancodes, | 602 DEFVAR_LISP ("dos-display-scancodes", &Vdos_display_scancodes, |
603 "*When non-nil, the keyboard scan-codes are displayed at the bottom right\n\ | 603 "*Controls whether DOS raw keyboard events are displayed as you type.\n\ |
604 When non-nil, the keyboard scan-codes are displayed at the bottom right\n\ | |
604 corner of the display (typically at the end of the mode line).\n\ | 605 corner of the display (typically at the end of the mode line).\n\ |
605 The output format is: scan code:char code*modifiers."); | 606 The output format is: scan code:char code*modifiers."); |
606 Vdos_display_scancodes = Qnil; | 607 Vdos_display_scancodes = Qnil; |
607 | 608 |
608 DEFVAR_INT ("dos-hyper-key", &dos_hyper_key, | 609 DEFVAR_INT ("dos-hyper-key", &dos_hyper_key, |
643 "Contains the country code for the current keyboard layout.\n\ | 644 "Contains the country code for the current keyboard layout.\n\ |
644 Use msdos-set-keyboard to select another keyboard layout."); | 645 Use msdos-set-keyboard to select another keyboard layout."); |
645 dos_keyboard_layout = 1; /* US */ | 646 dos_keyboard_layout = 1; /* US */ |
646 | 647 |
647 DEFVAR_INT ("dos-decimal-point", &dos_decimal_point, | 648 DEFVAR_INT ("dos-decimal-point", &dos_decimal_point, |
648 "If non-zero, it contains the character to be returned when the\n\ | 649 "The character to produce when kp-decimal key is pressed.\n\ |
650 If non-zero, this variable contains the character to be returned when the\n\ | |
649 decimal point key in the numeric keypad is pressed when Num Lock is on.\n\ | 651 decimal point key in the numeric keypad is pressed when Num Lock is on.\n\ |
650 If zero, the decimal point key returns the country code specific value."); | 652 If zero, the decimal point key returns the country code specific value."); |
651 dos_decimal_point = 0; | 653 dos_decimal_point = 0; |
652 } | 654 } |
653 #endif /* MSDOS */ | 655 #endif /* MSDOS */ |