From f53077821077bbb41e1d8ee4741f8572bd9950d8 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 19 May 2005 19:06:19 +0000 Subject: Specify missing group (and type, if simple) in defcustom. --- lisp/textmodes/reftex-vars.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/textmodes/reftex-vars.el') 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. -- cgit v1.2.3