aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index f4f531959b7..07e593a70c1 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -64,7 +64,7 @@ or perform the normal Mouse-1 action (typically set point).
64The absolute numeric value specifices the maximum duration of a 64The absolute numeric value specifices the maximum duration of a
65\"short click\" in milliseconds. A positive value means that a 65\"short click\" in milliseconds. A positive value means that a
66short click follows the link, and a longer click performs the 66short click follows the link, and a longer click performs the
67normal action. A negative value gives the opposite behaviour. 67normal action. A negative value gives the opposite behavior.
68 68
69If value is `double', a double click follows the link. 69If value is `double', a double click follows the link.
70 70