lisp/org-keys.el (org-mouse-1-follows-link): Fix checkdoc warning
This change is just suppressing it, following what `mouse-1-click-follows-link' docstring does.
This commit is contained in:
parent
f4b9f3f7b9
commit
a0ee5d4c33
|
@ -273,7 +273,7 @@ therefore you'll have to restart Emacs to apply it after changing."
|
|||
|
||||
(defcustom org-mouse-1-follows-link
|
||||
(if (boundp 'mouse-1-click-follows-link) mouse-1-click-follows-link t)
|
||||
"Non-nil means mouse-1 on a link will follow the link.
|
||||
"Non-nil means Mouse-1 on a link will follow the link.
|
||||
A longer mouse click will still set point. Needs to be set
|
||||
before org.el is loaded."
|
||||
:group 'org-link-follow
|
||||
|
|
Loading…
Reference in New Issue