aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorStefan Monnier2008-10-26 04:32:09 +0000
committerStefan Monnier2008-10-26 04:32:09 +0000
commitf37a389e680b3edafa401c38be3650aecd06d2dd (patch)
tree48ba26928f500447c8105ede6bf3b57312923512 /lisp/textmodes
parent4d632321c168edf1a079cbf06f18b8ac9c8ba46b (diff)
downloademacs-f37a389e680b3edafa401c38be3650aecd06d2dd.tar.gz
emacs-f37a389e680b3edafa401c38be3650aecd06d2dd.zip
* faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
to the courier family. * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is usually not serif'd and hence rather unlike verbatim's printed output.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/tex-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 6b516ca6e90..7515e864fa5 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -725,7 +725,7 @@ Not smaller than the value set by `tex-suscript-height-minimum'."
725 725
726(defface tex-verbatim 726(defface tex-verbatim
727 ;; '((t :inherit font-lock-string-face)) 727 ;; '((t :inherit font-lock-string-face))
728 '((t :family "monospace")) 728 '((t :family "courier"))
729 "Face used to highlight TeX verbatim environments." 729 "Face used to highlight TeX verbatim environments."
730 :group 'tex) 730 :group 'tex)
731;; backward-compatibility alias 731;; backward-compatibility alias