diff lisp/textmodes/fill.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 801f886872c5
children e700c9f37b8f f042e7c0fe20
line wrap: on
line diff
--- a/lisp/textmodes/fill.el	Thu May 19 17:59:58 2005 +0000
+++ b/lisp/textmodes/fill.el	Thu May 19 19:06:19 2005 +0000
@@ -61,7 +61,8 @@
 Kinsoku processing is designed to prevent certain characters from being
 placed at the beginning or end of a line by filling.
 See the documentation of `kinsoku' for more information."
-  :type 'boolean)
+  :type 'boolean
+  :group 'fill)
 
 (defun set-fill-prefix ()
   "Set the fill prefix to the current line up to point.