From: Karl Heuer Date: Wed, 13 Dec 1995 02:09:24 +0000 (+0000) Subject: (fill-context-prefix): Doc fix. X-Git-Tag: emacs-19.34~2147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dea10df4d4a148327f0245a0f4b79cde81a6b734;p=emacs.git (fill-context-prefix): Doc fix. --- diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index f83de9f765e..d8450141b48 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -132,7 +132,7 @@ Remove indentation from each line." (defun fill-context-prefix (from to &optional first-line-regexp) "Compute a fill prefix from the text between FROM and TO. -This uses the variables `adapive-fill-prefix' and `adaptive-fill-function'. +This uses the variables `adaptive-fill-prefix' and `adaptive-fill-function'. If FIRST-LINE-REGEXP is non-nil, then when taking a prefix from the first line, insist it must match FIRST-LINE-REGEXP." (save-excursion