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. 8d0e9cd88c654d233fc2c


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 8d0e9cd88c654d233fc2cf957f678363744665ac
Date: Fri, 16 Nov 2018 11:21:06 -0500 (EST)

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  8d0e9cd88c654d233fc2cf957f678363744665ac (commit)
      from  32bc5485bc93b720c93c96c166ece4d744f3bea5 (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 8d0e9cd88c654d233fc2cf957f678363744665ac
Author: Arash Esbati <address@hidden>
Date:   Fri Nov 16 17:20:55 2018 +0100

    style/enumitem.el ("enumitem"): Use `TeX-argument-prompt' for query.

diff --git a/style/enumitem.el b/style/enumitem.el
index 1518a7a..1b60179 100644
--- a/style/enumitem.el
+++ b/style/enumitem.el
@@ -364,7 +364,7 @@ in `enumitem'-completions."
     '("setlist"
       [TeX-arg-eval mapconcat #'identity
                    (TeX-completing-read-multiple
-                    "Environment(s), level(s): "
+                    (TeX-argument-prompt optional nil "Environment(s), 
level(s)")
                     `(,@LaTeX-enumitem-newlist-list-local
                       ("1") ("2") ("3") ("4"))) ","]
       (TeX-arg-eval
@@ -377,7 +377,7 @@ in `enumitem'-completions."
     '("setlist*"
       [TeX-arg-eval mapconcat #'identity
                    (TeX-completing-read-multiple
-                    "Environment, level: "
+                    (TeX-argument-prompt optional nil "Environment(s), 
level(s)")
                     `(,@LaTeX-enumitem-newlist-list-local
                       ("1") ("2") ("3") ("4"))) ","]
       (TeX-arg-eval

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

Summary of changes:
 style/enumitem.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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