aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-06-10 14:05:55 +0000
committerJuanma Barranquero <[email protected]>2005-06-10 14:05:55 +0000
commit1d68acd3a9b80f414bb09d08fa3a2983eaba56bd (patch)
treeb87ac78d300910a3a2e7105a23c961d701ceea0d /lisp/mouse.el
parent5ab405e407ba80312512f15972700463bb9fb3b5 (diff)
(mouse-1-click-follows-link): Fix spellings in docstrings.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index f4f531959b..07e593a70c 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -64,7 +64,7 @@ or perform the normal Mouse-1 action (typically set point).
The absolute numeric value specifices the maximum duration of a
\"short click\" in milliseconds. A positive value means that a
short click follows the link, and a longer click performs the
-normal action. A negative value gives the opposite behaviour.
+normal action. A negative value gives the opposite behavior.
If value is `double', a double click follows the link.