diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 14:05:55 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 14:05:55 +0000 |
commit | 1d68acd3a9b80f414bb09d08fa3a2983eaba56bd (patch) | |
tree | b87ac78d300910a3a2e7105a23c961d701ceea0d /lisp/mouse.el | |
parent | 5ab405e407ba80312512f15972700463bb9fb3b5 (diff) | |
download | emacs-1d68acd3a9b80f414bb09d08fa3a2983eaba56bd.tar.gz emacs-1d68acd3a9b80f414bb09d08fa3a2983eaba56bd.tar.bz2 emacs-1d68acd3a9b80f414bb09d08fa3a2983eaba56bd.zip |
(mouse-1-click-follows-link): Fix spellings in docstrings.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r-- | lisp/mouse.el | 2 |
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). 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. |