comparison src/macterm.c @ 64471:dbbd4a39279b

(mac-emulate-three-button-mouse): Delete duplicate words.
author Juri Linkov <juri@jurta.org>
date Mon, 18 Jul 2005 16:34:18 +0000
parents feba2f2d875e
children a0d1312ede66 187d6a1f84f7
comparison
equal deleted inserted replaced
64470:f9c745c0d949 64471:dbbd4a39279b
10094 DEFVAR_LISP ("mac-emulate-three-button-mouse", 10094 DEFVAR_LISP ("mac-emulate-three-button-mouse",
10095 &Vmac_emulate_three_button_mouse, 10095 &Vmac_emulate_three_button_mouse,
10096 doc: /* t means that when the option-key is held down while pressing the 10096 doc: /* t means that when the option-key is held down while pressing the
10097 mouse button, the click will register as mouse-2 and while the 10097 mouse button, the click will register as mouse-2 and while the
10098 command-key is held down, the click will register as mouse-3. 10098 command-key is held down, the click will register as mouse-3.
10099 'reverse means that the the option-key will register for mouse-3 10099 'reverse means that the option-key will register for mouse-3
10100 and the command-key will register for mouse-2. nil means that 10100 and the command-key will register for mouse-2. nil means that
10101 no emulation should be done and the modifiers should be placed 10101 no emulation should be done and the modifiers should be placed
10102 on the mouse-1 event. */); 10102 on the mouse-1 event. */);
10103 Vmac_emulate_three_button_mouse = Qnil; 10103 Vmac_emulate_three_button_mouse = Qnil;
10104 10104