comparison lisp/textmodes/fill.el @ 90182:f042e7c0fe20

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 302-319) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 69) - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 20 May 2005 04:22:05 +0000
parents 4da4a09e8b1b c905fcf5e3d9
children a1b34dec1104
comparison
equal deleted inserted replaced
90181:0c828e2b0b6f 90182:f042e7c0fe20
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."