comparison src/macterm.c @ 59804:f47724e7b605

(syms_of_macterm) <mac-reverse-ctrl-meta>: Fix docstring indentation. (syms_of_macterm) <mac-emulate-three-button-mouse>: do.
author Jesper Harder <harder@ifa.au.dk>
date Sun, 30 Jan 2005 16:39:16 +0000
parents 1df465faf1df
children 96a18b943293 3dcba0bc766b fa9654493afb
comparison
equal deleted inserted replaced
59803:1d029199bde6 59804:f47724e7b605
9900 nil then the key will act as the normal Mac option modifier. */); 9900 nil then the key will act as the normal Mac option modifier. */);
9901 Vmac_option_modifier = Qnil; 9901 Vmac_option_modifier = Qnil;
9902 9902
9903 DEFVAR_LISP ("mac-reverse-ctrl-meta", &Vmac_reverse_ctrl_meta, 9903 DEFVAR_LISP ("mac-reverse-ctrl-meta", &Vmac_reverse_ctrl_meta,
9904 doc: /* Non-nil means that the control and meta keys are reversed. This is 9904 doc: /* Non-nil means that the control and meta keys are reversed. This is
9905 useful for non-standard keyboard layouts. */); 9905 useful for non-standard keyboard layouts. */);
9906 Vmac_reverse_ctrl_meta = Qnil; 9906 Vmac_reverse_ctrl_meta = Qnil;
9907 9907
9908 DEFVAR_LISP ("mac-emulate-three-button-mouse", 9908 DEFVAR_LISP ("mac-emulate-three-button-mouse",
9909 &Vmac_emulate_three_button_mouse, 9909 &Vmac_emulate_three_button_mouse,
9910 doc: /* t means that when the option-key is held down while pressing the 9910 doc: /* t means that when the option-key is held down while pressing the
9911 mouse button, the click will register as mouse-2 and while the 9911 mouse button, the click will register as mouse-2 and while the
9912 command-key is held down, the click will register as mouse-3. 9912 command-key is held down, the click will register as mouse-3.
9913 'reverse means that the the option-key will register for mouse-3 9913 'reverse means that the the option-key will register for mouse-3
9914 and the command-key will register for mouse-2. nil means that 9914 and the command-key will register for mouse-2. nil means that
9915 not emulation should be done and the modifiers should be placed 9915 no emulation should be done and the modifiers should be placed
9916 on the mouse-1 event. */); 9916 on the mouse-1 event. */);
9917 Vmac_emulate_three_button_mouse = Qnil; 9917 Vmac_emulate_three_button_mouse = Qnil;
9918 9918
9919 #if USE_CARBON_EVENTS 9919 #if USE_CARBON_EVENTS
9920 DEFVAR_LISP ("mac-wheel-button-is-mouse-2", &Vmac_wheel_button_is_mouse_2, 9920 DEFVAR_LISP ("mac-wheel-button-is-mouse-2", &Vmac_wheel_button_is_mouse_2,
9921 doc: /* Non-nil means that the wheel button will be treated as mouse-2 and 9921 doc: /* Non-nil means that the wheel button will be treated as mouse-2 and