branch: externals/show-font commit 3473636f65b421aa0fe32ed0b3757c43708104ee Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify that show-font-character-sample is used by show-font-select-preview --- README.org | 4 +++- show-font.el | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 69251607cb..3ffff0df5d 100644 --- a/README.org +++ b/README.org @@ -95,7 +95,9 @@ character set that is intended for use in full buffer previews (i.e. not in the list of fonts). It can be set to any string. The default value is a set of alphanumeric characters that are commonly used in programming: a good monospaced font should render all of them -unambiguously. +unambiguously. This text is shown in the buffer of the command +~show-font-select-preview~. + Finally, the following faces control the appearance of various elements. diff --git a/show-font.el b/show-font.el index a7dce2ba82..48892e8da5 100644 --- a/show-font.el +++ b/show-font.el @@ -79,7 +79,9 @@ abcdefghijklmnopqrstuvwxyz !ij c¢ 5$Ss 7Z2z 9gqp nmMNNMW uvvwWuuw x×X .,·°;:¡!¿?`'‘’ ÄAÃÀ TODO " - "Character sample to showcase font qualities." + "Character sample to showcase font qualities. +This is displayed in the buffer produced by the command +`show-font-select-preview'." :package-version '(show-font . "0.1.0") :type 'string :group 'show-font)