aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-07-15 15:34:03 +0300
committerEli Zaretskii2017-07-15 15:34:03 +0300
commita5c4ffdb6e1fe37c5c060b4a4181e5ee79f71ec6 (patch)
treecc4ffa644a21843f979009e84e51ff324479290c
parentcc78d5339ce8b9c2c5bf38b89fa9ea3ba748fdd4 (diff)
downloademacs-a5c4ffdb6e1fe37c5c060b4a4181e5ee79f71ec6.tar.gz
emacs-a5c4ffdb6e1fe37c5c060b4a4181e5ee79f71ec6.zip
Improve comments in faces.el
* lisp/faces.el (face-font-family-alternatives): Improve commentary.
-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".