auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to reftex/lisp/reftex-vars.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to reftex/lisp/reftex-vars.el,v
Date: Sun, 27 Jan 2008 17:40:36 +0000

CVSROOT:        /sources/auctex
Module name:    reftex
Changes by:     Ralf Angeli <angeli>    08/01/27 17:40:36

Index: reftex-vars.el
===================================================================
RCS file: /sources/auctex/reftex/lisp/reftex-vars.el,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- reftex-vars.el      27 Jan 2008 16:15:55 -0000      1.45
+++ reftex-vars.el      27 Jan 2008 17:40:36 -0000      1.46
@@ -1000,8 +1000,10 @@
 
 (defcustom reftex-ref-style-active-list '("Default")
   "List of active reference styles.
-The names names have to match the respective reference style
-names used in the variable `reftex-ref-style-alist'."
+The order is significant and controls the order in which macros
+can be cycled in the buffer for selecting a label.  The entries
+in the list have to match the respective reference style names
+used in the variable `reftex-ref-style-alist'."
   :group 'reftex-referencing-labels
   :type `(repeat (choice ,@(delete-dups (mapcar (lambda (elt)
                                                  (list 'const (nth 1 elt)))




reply via email to

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