diff options
| -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. | |||
| 788 | A clickable link is identified by one of the following methods: | 788 | A clickable link is identified by one of the following methods: |
| 789 | 789 | ||
| 790 | - If the character at POS has a non-nil `follow-link' text or | 790 | - If the character at POS has a non-nil `follow-link' text or |
| 791 | overlay property, use the value of that property determines what | 791 | overlay property, the value of that property determines what to do. |
| 792 | to do. | ||
| 793 | 792 | ||
| 794 | - If there is a local key-binding or a keybinding at position POS | 793 | - If there is a local key-binding or a keybinding at position POS |
| 795 | for the `follow-link' event, the binding of that event determines | 794 | for the `follow-link' event, the binding of that event determines |