emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] elpa 8cd9b0d 14/35: Fix query prompt


From: Tassilo Horn
Subject: [elpa] elpa 8cd9b0d 14/35: Fix query prompt
Date: Sun, 31 Jan 2016 16:05:37 +0000

branch: elpa
commit 8cd9b0d0af151ffb235c88510b9ab5a8ef25fc2b
Author: Arash Esbati <address@hidden>
Commit: Mosè Giordano <address@hidden>

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

[Prev in Thread] Current Thread [Next in Thread]