aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-06-25 22:35:53 +0000
committerChong Yidong2008-06-25 22:35:53 +0000
commitd19ba1af2fe26a2fcf37a6170e239b117de04583 (patch)
treecee7246099458f7226702b74be38c0de02e589c6
parentbfffdd077ede8b526a2dd495cbbe7838dae894a5 (diff)
downloademacs-d19ba1af2fe26a2fcf37a6170e239b117de04583.tar.gz
emacs-d19ba1af2fe26a2fcf37a6170e239b117de04583.zip
(tex-verbatim): Use monospace instead of courier.
-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 cf69851bb29..3f5aa2458a5 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 "courier")) 728 '((t :family "monospace"))
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