emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dosfns.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/dosfns.c
Date: Sun, 09 Dec 2001 14:45:41 -0500

Index: emacs/src/dosfns.c
diff -c emacs/src/dosfns.c:1.32 emacs/src/dosfns.c:1.33
*** emacs/src/dosfns.c:1.32     Fri Nov  2 15:23:06 2001
--- emacs/src/dosfns.c  Sun Dec  9 14:45:41 2001
***************
*** 600,606 ****
  #endif
  
    DEFVAR_LISP ("dos-display-scancodes", &Vdos_display_scancodes,
!     "*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;
--- 600,607 ----
  #endif
  
    DEFVAR_LISP ("dos-display-scancodes", &Vdos_display_scancodes,
!     "*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,651 ****
    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\
  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;
--- 646,653 ----
    dos_keyboard_layout = 1;    /* US */
    
    DEFVAR_INT ("dos-decimal-point", &dos_decimal_point,
!     "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;



reply via email to

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