branch: elpa
commit 8cd9b0d0af151ffb235c88510b9ab5a8ef25fc2b
Author: Arash Esbati <[email protected]>
Commit: Mosè Giordano <[email protected]>

    Fix query prompt
    
    * style/ntheorem.el ("ntheorem"):
    * style/theorem.el ("theorem"): Fix wrong query prompt.
    
    Signed-off-by: Mosè Giordano <[email protected]>
---
 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"

Reply via email to