CVSROOT: /sources/auctex Module name: reftex Changes by: Ralf Angeli <angeli> 07/02/25 12:01:24
Index: reftex-vars.el =================================================================== RCS file: /sources/auctex/reftex/lisp/reftex-vars.el,v retrieving revision 1.39 retrieving revision 1.40 diff -u -b -r1.39 -r1.40 --- reftex-vars.el 21 Jan 2007 03:53:09 -0000 1.39 +++ reftex-vars.el 25 Feb 2007 12:01:24 -0000 1.40 @@ -1189,6 +1189,11 @@ :group 'reftex-citation-support :type 'hook) +(defcustom reftex-cite-key-separator "," + "String to be used for separating several keys in a \\cite macro." + :group 'reftex-citation-support + :type 'string) + ;; Index Support Configuration (defgroup reftex-index-support nil _______________________________________________ auctex-commit mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-commit
