]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve comments in faces.el
authorEli Zaretskii <eliz@gnu.org>
Sat, 15 Jul 2017 12:34:03 +0000 (15:34 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 15 Jul 2017 12:34:03 +0000 (15:34 +0300)
* lisp/faces.el (face-font-family-alternatives): Improve
commentary.

lisp/faces.el

index c3693d16631de8f544ba7ecf178cf0149db2dc41..97c32165b9c9eda0844f2b151bea2aac0260eb4f 100644 (file)
@@ -102,11 +102,16 @@ a font height that isn't optimal."
     ;; Monospace Serif is an Emacs invention, intended to work around
     ;; portability problems when using Courier.  It should work well
     ;; 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.
     ("Monospace Serif"
 
      ;; This looks good on GNU/Linux.
      "Courier 10 Pitch"
-     ;; This looks good on MS-Windows and OS X.
+     ;; This looks good on MS-Windows and OS X.  Note that this is
+     ;; actually a sans-serif font, but it's here for lack of a better
+     ;; alternative.
      "Consolas"
      ;; This looks good on macOS.  "Courier" looks good too, but is
      ;; jagged on GNU/Linux and so is listed later as "courier".