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

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

[elpa] externals/fontaine 1932884d6e: Simplify prompt for default face


From: ELPA Syncer
Subject: [elpa] externals/fontaine 1932884d6e: Simplify prompt for default face
Date: Sat, 14 May 2022 02:57:31 -0400 (EDT)

branch: externals/fontaine
commit 1932884d6e9f0c1cd434211fb1e8455bc4bb3e47
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Simplify prompt for default face
    
    I discovered that marginalia-mode treats the candidates as faces when
    the "face" word occurs in the prompt.  We do not want that.  Besides, it
    is not necessary to specify that 'default' is a face.
---
 fontaine.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fontaine.el b/fontaine.el
index 50de059a30..d88eff9496 100644
--- a/fontaine.el
+++ b/fontaine.el
@@ -554,7 +554,7 @@ Target FRAME, if provided as an optional argument."
                        (append (alist-get 'fixed-pitch fontaine-font-families)
                                (alist-get 'variable-pitch 
fontaine-font-families))
                        (font-family-list)))
-         (family (completing-read "Font family of `default' face: "
+         (family (completing-read "Font family of `default': "
                                   families nil t
                                   nil 'fontaine--default-font-family-history))
          (weight (intern (completing-read "Select weight for `default': "



reply via email to

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