diff options
author | Kim F. Storm <storm@cua.dk> | 2005-04-08 09:24:25 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-04-08 09:24:25 +0000 |
commit | e5fb57e9c8e7727b2c695d22cc5d4918ecfe37a2 (patch) | |
tree | 3c8339f77051f2f4bd509381df0649e7fc225df9 /lisp/mouse.el | |
parent | 5b4879885e61279efd5a779369deeddfeea8c1fd (diff) | |
download | emacs-e5fb57e9c8e7727b2c695d22cc5d4918ecfe37a2.tar.gz |
(mouse-on-link-p): Tiny doc fix.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r-- | lisp/mouse.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index a409efadeca..a527b040d8a 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -788,8 +788,7 @@ POS may be a mouse event location in any window. A clickable link is identified by one of the following methods: - If the character at POS has a non-nil `follow-link' text or -overlay property, use the value of that property determines what -to do. +overlay property, the value of that property determines what to do. - If there is a local key-binding or a keybinding at position POS for the `follow-link' event, the binding of that event determines |