]> git.eshelyaron.com Git - emacs.git/commitdiff
(fill-context-prefix): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Fri, 30 Jul 1999 14:31:57 +0000 (14:31 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 30 Jul 1999 14:31:57 +0000 (14:31 +0000)
lisp/textmodes/fill.el

index 571e39cc8bfd2084284b5766d435c4fe07488ce9..e79b5588a9100e87c3dc264c20af2503d17ecde8 100644 (file)
@@ -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."