aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorPaul Eggert2011-12-30 17:27:15 -0800
committerPaul Eggert2011-12-30 17:27:15 -0800
commit22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch)
tree39e83ae1f1389e54aec5074029a1d430aaca2876 /lisp/mouse.el
parentb30941dba07605b40efbf139eed2007d6b1e5445 (diff)
downloademacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz
emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip
Spelling fixes.
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 615062dc031..d1aba96ff16 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -62,7 +62,7 @@ typically sets point where you click the mouse).
62If value is an integer, the time elapsed between pressing and 62If value is an integer, the time elapsed between pressing and
63releasing the mouse button determines whether to follow the link 63releasing the mouse button determines whether to follow the link
64or perform the normal Mouse-1 action (typically set point). 64or perform the normal Mouse-1 action (typically set point).
65The absolute numeric value specifices the maximum duration of a 65The absolute numeric value specifies the maximum duration of a
66\"short click\" in milliseconds. A positive value means that a 66\"short click\" in milliseconds. A positive value means that a
67short click follows the link, and a longer click performs the 67short click follows the link, and a longer click performs the
68normal action. A negative value gives the opposite behavior. 68normal action. A negative value gives the opposite behavior.