[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."
- [elpa] externals/show-font 6e10b12b5d 54/54: Fix a couple of typos, (continued)
- [elpa] externals/show-font 6e10b12b5d 54/54: Fix a couple of typos, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font 54508fc514 13/54: Fix regression in show-font--get-attribute (when output has many families), ELPA Syncer, 2024/09/10
- [elpa] externals/show-font ff995c626d 15/54: Incorporate suggestions from Philip Kaludercic, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font 09ad971308 21/54: Update show-font-pangram doc string, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font 3be8056ae5 24/54: Stop using show-font-extensions-regexp; define regexp directly, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font b1a9d8a5cc 07/54: Remove needless 'let' before the 'when-let', ELPA Syncer, 2024/09/10
- [elpa] externals/show-font 2d04283d8e 31/54: Add revert-buffer-function for show-font-select-preview, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font 7bd66d3105 39/54: Add FIXME to refine show-font-list output, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font ad30c77b06 42/54: Remove WIP notices, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font 0f46562e42 51/54: Make sure to delete duplicates and sort fonts, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font 683d5ab4d1 49/54: Mention links to the Info manual and web page in the defgroups,
ELPA Syncer <=
- [elpa] externals/show-font ff0251d565 19/54: Remove the function that shows the font from the major mode, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font c8f889d12a 11/54: Define helper functions to get installed fonts and check for one among them, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font a65e7a242a 27/54: Add more helpers to check for installed fonts, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font 0d35840ce2 28/54: Rework show-font--prepare-text in light of commit 19a95c1, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font 67eff98c59 30/54: Remove outdated comment, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font e654040756 32/54: Fix a typo, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font 3695bfb838 38/54: Add error condition to show-font-select-preview, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font 3056fc8aed 41/54: Add doc string to show-font-select-preview-history, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font 8ef7327eb2 37/54: Remove clarified FIXME, ELPA Syncer, 2024/09/10
- [elpa] externals/show-font 7d2145e5bf 46/54: Write the show-font manual, ELPA Syncer, 2024/09/10