emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/lin 04eaae3b55 4/7: Add :link to the Info manual in lin


From: ELPA Syncer
Subject: [elpa] externals/lin 04eaae3b55 4/7: Add :link to the Info manual in lin group
Date: Thu, 8 Sep 2022 09:57:53 -0400 (EDT)

branch: externals/lin
commit 04eaae3b55a1a67c2b5dab40f93b0d1b65f9bcc8
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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

[Prev in Thread] Current Thread [Next in Thread]