aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/faces.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index c3693d16631..97c32165b9c 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -102,11 +102,16 @@ a font height that isn't optimal."
102 ;; Monospace Serif is an Emacs invention, intended to work around 102 ;; Monospace Serif is an Emacs invention, intended to work around
103 ;; portability problems when using Courier. It should work well 103 ;; portability problems when using Courier. It should work well
104 ;; when combined with Monospaced and with other standard fonts. 104 ;; when combined with Monospaced and with other standard fonts.
105 ;; One of its uses is for 'tex-verbatim' and 'Info-quoted' faces,
106 ;; so the result must be different from the default face's font,
107 ;; and must be monospaced.
105 ("Monospace Serif" 108 ("Monospace Serif"
106 109
107 ;; This looks good on GNU/Linux. 110 ;; This looks good on GNU/Linux.
108 "Courier 10 Pitch" 111 "Courier 10 Pitch"
109 ;; This looks good on MS-Windows and OS X. 112 ;; This looks good on MS-Windows and OS X. Note that this is
113 ;; actually a sans-serif font, but it's here for lack of a better
114 ;; alternative.
110 "Consolas" 115 "Consolas"
111 ;; This looks good on macOS. "Courier" looks good too, but is 116 ;; This looks good on macOS. "Courier" looks good too, but is
112 ;; jagged on GNU/Linux and so is listed later as "courier". 117 ;; jagged on GNU/Linux and so is listed later as "courier".