From d19ba1af2fe26a2fcf37a6170e239b117de04583 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 25 Jun 2008 22:35:53 +0000 Subject: [PATCH] (tex-verbatim): Use monospace instead of courier. --- lisp/textmodes/tex-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'." (defface tex-verbatim ;; '((t :inherit font-lock-string-face)) - '((t :family "courier")) + '((t :family "monospace")) "Face used to highlight TeX verbatim environments." :group 'tex) ;; backward-compatibility alias -- 2.39.2