From: Karl Heuer Date: Fri, 30 Jul 1999 14:31:57 +0000 (+0000) Subject: (fill-context-prefix): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~7315 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39f5988df8a361b2367db388812ecb7fe076a39f;p=emacs.git (fill-context-prefix): Doc fix. --- diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 571e39cc8bf..e79b5588a91 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -184,7 +184,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 `adaptive-fill-prefix' and `adaptive-fill-function' +This uses the variables `adaptive-fill-regexp' and `adaptive-fill-function' and `adaptive-fill-first-line-regexp'. `paragraph-start' also plays a role; we reject a prefix based on a one-line paragraph if that prefix would act as a paragraph-separator."