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:
Ihor Radchenko 2023-12-05 14:28:05 +01:00
parent f4b9f3f7b9
commit a0ee5d4c33
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -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