diff options
| -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). | |||
| 64 | The absolute numeric value specifices the maximum duration of a | 64 | The 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 |
| 66 | short click follows the link, and a longer click performs the | 66 | short click follows the link, and a longer click performs the |
| 67 | normal action. A negative value gives the opposite behaviour. | 67 | normal action. A negative value gives the opposite behavior. |
| 68 | 68 | ||
| 69 | If value is `double', a double click follows the link. | 69 | If value is `double', a double click follows the link. |
| 70 | 70 | ||