branch: externals/lin
commit 04eaae3b55a1a67c2b5dab40f93b0d1b65f9bcc8
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add :link to the Info manual in lin group
    
    This is shown in Custom UI buffers as a clickable/actionable link.
---
 lin.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lin.el b/lin.el
index b4df95af3f..7673278d81 100644
--- a/lin.el
+++ b/lin.el
@@ -69,7 +69,8 @@
 
 (defgroup lin ()
   "Make `hl-line' appropriate for selection UIs."
-  :group 'convenience)
+  :group 'convenience
+  :link '(info-link "(lin) Top"))
 
 (defcustom lin-mode-hooks
   '(bongo-mode-hook

Reply via email to