changeset 25126:9b5a39995216

(fill-context-prefix): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Fri, 30 Jul 1999 14:31:57 +0000
parents 8282b2b596a2
children 864a4f79195b
files lisp/textmodes/fill.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/fill.el	Fri Jul 30 14:30:03 1999 +0000
+++ b/lisp/textmodes/fill.el	Fri Jul 30 14:31:57 1999 +0000
@@ -184,7 +184,7 @@
 
 (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."