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

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

[elpa] externals/auctex 4992f5a 46/95: Make customization to face specif


From: Tassilo Horn
Subject: [elpa] externals/auctex 4992f5a 46/95: Make customization to face specification to appear in
Date: Sun, 16 Apr 2017 01:26:52 -0400 (EDT)

branch: externals/auctex
commit 4992f5ac83d41e99b8e0b353e939099846e77f42
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>

    Make customization to face specification to appear in
    customization buffer.
    
    * font-latex.el (font-latex-user-keyword-classes): Exchange the order
    of `face' and `custom-face-edit'.  Tweak doc string.
---
 font-latex.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/font-latex.el b/font-latex.el
index 672dd46..906f0c7 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -719,7 +719,7 @@ A value of `noarg' indicates commands without arguments
 specified.
 
 Setting this variable directly does not take effect;
-use \\[customize] or restart Emacs."
+restart Emacs."
   :group 'font-latex-keywords
   :type `(repeat (list (string :tag "Name")
                       (choice (repeat :tag "Keywords" (string :tag "Keyword"))
@@ -729,8 +729,8 @@ use \\[customize] or restart Emacs."
                                       (string :tag "Format specifier"))))
                       ,(if (featurep 'xemacs)
                            '(face :tag "Face name")
-                         '(choice (custom-face-edit :tag "Face attributes")
-                                  (face :tag "Face name")))
+                         '(choice (face :tag "Face name")
+                                  (custom-face-edit :tag "Face attributes")))
                       (choice :tag "Type"
                               ;; Maps to
                               ;;`font-latex-match-command-with-arguments'



reply via email to

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