aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuri Linkov2005-07-18 16:34:18 +0000
committerJuri Linkov2005-07-18 16:34:18 +0000
commitaff2e1e949e1c0cb86eb0360e47ba3549df6a1f2 (patch)
tree0e31f6df8307d51de6422e506bb97540da08fc26 /src
parent15fbe81f20b2eaba0c91c48ad0747712a17b7263 (diff)
downloademacs-aff2e1e949e1c0cb86eb0360e47ba3549df6a1f2.tar.gz
emacs-aff2e1e949e1c0cb86eb0360e47ba3549df6a1f2.zip
(mac-emulate-three-button-mouse): Delete duplicate words.
Diffstat (limited to 'src')
-rw-r--r--src/macterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macterm.c b/src/macterm.c
index 6ab26985afa..6fddcade274 100644
--- a/src/macterm.c
+++ b/src/macterm.c
@@ -10096,7 +10096,7 @@ useful for non-standard keyboard layouts. */);
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
10097mouse button, the click will register as mouse-2 and while the 10097mouse button, the click will register as mouse-2 and while the
10098command-key is held down, the click will register as mouse-3. 10098command-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
10100and the command-key will register for mouse-2. nil means that 10100and the command-key will register for mouse-2. nil means that
10101no emulation should be done and the modifiers should be placed 10101no emulation should be done and the modifiers should be placed
10102on the mouse-1 event. */); 10102on the mouse-1 event. */);