emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master a00083c: Minor copyedits of comments in faces.el


From: Eli Zaretskii
Subject: [Emacs-diffs] master a00083c: Minor copyedits of comments in faces.el
Date: Sat, 29 Jul 2017 03:57:34 -0400 (EDT)

branch: master
commit a00083cedec8151ec5c27e6cb41e1ec5572356f5
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Minor copyedits of comments in faces.el
    
    * lisp/faces.el (face-font-family-alternatives): More info about
    requirements from "Monospace Serif".
---
 lisp/faces.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/faces.el b/lisp/faces.el
index 97c3216..c0c1c7b 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -104,7 +104,9 @@ a font height that isn't optimal."
     ;; when combined with Monospaced and with other standard fonts.
     ;; One of its uses is for 'tex-verbatim' and 'Info-quoted' faces,
     ;; so the result must be different from the default face's font,
-    ;; and must be monospaced.
+    ;; and must be monospaced.  For 'tex-verbatim', it is desirable
+    ;; that the font really is a Serif font, so as to look like
+    ;; TeX's 'verbatim'.
     ("Monospace Serif"
 
      ;; This looks good on GNU/Linux.



reply via email to

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