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

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

[elpa] externals/show-font 683d5ab4d1 49/54: Mention links to the Info m


From: ELPA Syncer
Subject: [elpa] externals/show-font 683d5ab4d1 49/54: Mention links to the Info manual and web page in the defgroups
Date: Tue, 10 Sep 2024 03:59:00 -0400 (EDT)

branch: externals/show-font
commit 683d5ab4d1063be2ba9de372f20a88bbfeb05e07
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Mention links to the Info manual and web page in the defgroups
---
 show-font.el | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/show-font.el b/show-font.el
index 63287b53f7..0d88b94d2c 100644
--- a/show-font.el
+++ b/show-font.el
@@ -37,7 +37,9 @@
 
 (defgroup show-font nil
   "Show font features in a buffer."
-  :group 'font)
+  :group 'font
+  :link '(info-link "(show-font) Top")
+  :link '(url-link :tag "Homepage" "https://protesilaos.com/emacs/show-font";))
 
 ;; TODO 2024-09-06: How best to handle multiple languages?  Say there
 ;; is a font that only works with Greek characters.  We need to know
@@ -86,7 +88,9 @@ x×X .,·°;:¡!¿?`'‘’   ÄAÃÀ TODO
 
 (defgroup show-font-faces nil
   "Show font features in a buffer."
-  :group 'show-font)
+  :group 'show-font
+  :link '(info-link "(show-font) Top")
+  :link '(url-link :tag "Homepage" "https://protesilaos.com/emacs/show-font";))
 
 (defface show-font-small '((t :height 0.8))
   "Face for font preview at small height."



reply via email to

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