]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-1-click-follows-link): Fix spellings in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Jun 2005 14:05:55 +0000 (14:05 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Jun 2005 14:05:55 +0000 (14:05 +0000)
lisp/mouse.el

index f4f531959b76b4d088cb53d20ef56c6d0f379075..07e593a70c1b087d044916bea59bbef309ac2315 100644 (file)
@@ -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.