diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-05-19 19:06:19 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-05-19 19:06:19 +0000 |
commit | f53077821077bbb41e1d8ee4741f8572bd9950d8 (patch) | |
tree | 52c273d666f33fd8c205b7a6b7c28eacb296f156 /lisp/textmodes/reftex-vars.el | |
parent | 93c8c9cd7d48e5142808c444ba4d637f1ef45d77 (diff) | |
download | emacs-f53077821077bbb41e1d8ee4741f8572bd9950d8.tar.gz emacs-f53077821077bbb41e1d8ee4741f8572bd9950d8.tar.bz2 emacs-f53077821077bbb41e1d8ee4741f8572bd9950d8.zip |
Specify missing group (and type, if simple) in defcustom.
Diffstat (limited to 'lisp/textmodes/reftex-vars.el')
-rw-r--r-- | lisp/textmodes/reftex-vars.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index 64419678b23..b9748b31df2 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el @@ -1388,7 +1388,9 @@ Inserting indexing commands in a line makes the line longer - often so long that it does not fit onto the screen. When this variable is non-nil, newlines will be added as necessary before and/or after the indexing command to keep lines short. However, the matched text -phrase and its index command will always end up on a single line.") +phrase and its index command will always end up on a single line." + :group 'reftex-index-support + :type 'boolean) (defcustom reftex-index-phrases-sort-prefers-entry nil "*Non-nil means when sorting phrase lines, the explicit index entry is used. |