comparison 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
comparison
equal deleted inserted replaced
62530:eb9babbd0025 62531:c905fcf5e3d9
59 (defcustom enable-kinsoku t 59 (defcustom enable-kinsoku t
60 "*Non-nil means enable \"kinsoku\" processing on filling paragraphs. 60 "*Non-nil means enable \"kinsoku\" processing on filling paragraphs.
61 Kinsoku processing is designed to prevent certain characters from being 61 Kinsoku processing is designed to prevent certain characters from being
62 placed at the beginning or end of a line by filling. 62 placed at the beginning or end of a line by filling.
63 See the documentation of `kinsoku' for more information." 63 See the documentation of `kinsoku' for more information."
64 :type 'boolean) 64 :type 'boolean
65 :group 'fill)
65 66
66 (defun set-fill-prefix () 67 (defun set-fill-prefix ()
67 "Set the fill prefix to the current line up to point. 68 "Set the fill prefix to the current line up to point.
68 Filling expects lines to start with the fill prefix and 69 Filling expects lines to start with the fill prefix and
69 reinserts the fill prefix in each resulting line." 70 reinserts the fill prefix in each resulting line."