diff lisp/textmodes/reftex-vars.el @ 62531:c905fcf5e3d9

Specify missing group (and type, if simple) in defcustom.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 19 May 2005 19:06:19 +0000
parents 35f6599373fc
children a8fa7c632ee4 f042e7c0fe20
line wrap: on
line diff
--- a/lisp/textmodes/reftex-vars.el	Thu May 19 17:59:58 2005 +0000
+++ b/lisp/textmodes/reftex-vars.el	Thu May 19 19:06:19 2005 +0000
@@ -1388,7 +1388,9 @@
 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.