>From 3ce4fafca9e5011cf4efb94ecea1d1d11180facb Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Sat, 28 Nov 2015 18:32:43 +0100 Subject: [PATCH] Fix query prompt * style/ntheorem.el ("ntheorem"): * style/theorem.el ("theorem"): Fix wrong query prompt. --- style/ntheorem.el | 2 +- style/theorem.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/style/ntheorem.el b/style/ntheorem.el index 6be49b7..cedc5a8 100644 --- a/style/ntheorem.el +++ b/style/ntheorem.el @@ -198,7 +198,7 @@ make them available as new environments. Update '("theoremheaderfont" (TeX-arg-eval mapconcat 'identity (TeX-completing-read-multiple - "Body font: " + "Header font: " LaTeX-ntheorem-fontdecl) "")) '("theoremnumbering" diff --git a/style/theorem.el b/style/theorem.el index e422122..7d8bffd 100644 --- a/style/theorem.el +++ b/style/theorem.el @@ -141,7 +141,7 @@ make them available as new environments." '("theoremheaderfont" (TeX-arg-eval mapconcat 'identity (TeX-completing-read-multiple - "Body font: " + "Header font: " LaTeX-theorem-fontdecl) "")) '("theorempreskipamount" -- 2.6.3