auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 8cd9b0d0af151ffb235c8


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 8cd9b0d0af151ffb235c88510b9ab5a8ef25fc2b
Date: Mon, 30 Nov 2015 22:12:51 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  8cd9b0d0af151ffb235c88510b9ab5a8ef25fc2b (commit)
      from  2880b625ce09cc86ac168530cdc23fc2e3e91ad9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8cd9b0d0af151ffb235c88510b9ab5a8ef25fc2b
Author: Arash Esbati <address@hidden>
Date:   Sat Nov 28 18:32:43 2015 +0100

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

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"

-----------------------------------------------------------------------

Summary of changes:
 style/ntheorem.el |    2 +-
 style/theorem.el  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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