From dea10df4d4a148327f0245a0f4b79cde81a6b734 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 13 Dec 1995 02:09:24 +0000 Subject: [PATCH] (fill-context-prefix): Doc fix. --- lisp/textmodes/fill.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2