branch: externals/auctex
commit 6bdb392dfe42f56c772b32cae8c87fe321eaae06
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; * style/theorem.el ("theorem"): Fix last change.
---
style/theorem.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/style/theorem.el b/style/theorem.el
index 6657c3c05f..52aea651ba 100644
--- a/style/theorem.el
+++ b/style/theorem.el
@@ -107,7 +107,7 @@ make them available as new environments."
`("theorembodyfont"
(TeX-arg-completing-read-multiple
,(lambda () (append LaTeX-font-family
- LaTeX-font-shape
+ LaTeX-font-series
LaTeX-font-shape
LaTeX-font-size))
"Body font" nil nil ,(regexp-quote TeX-esc) ,TeX-esc
@@ -116,7 +116,7 @@ make them available as new environments."
`("theoremheaderfont"
(TeX-arg-completing-read-multiple
,(lambda () (append LaTeX-font-family
- LaTeX-font-shape
+ LaTeX-font-series
LaTeX-font-shape
LaTeX-font-size))
"Header font" nil nil ,(regexp-quote TeX-esc) ,TeX-esc