changeset 63544:a2d302267225

(Adaptive Fill): Minor clarification.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Jun 2005 13:56:00 +0000
parents 7bc82f443768
children b1742b11b7d9
files man/text.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/text.texi	Fri Jun 17 13:53:58 2005 +0000
+++ b/man/text.texi	Fri Jun 17 13:56:00 2005 +0000
@@ -745,8 +745,8 @@
 automatically by setting the variable @code{adaptive-fill-function} to a
 function.  This function is called with point after the left margin of a
 line, and it should return the appropriate fill prefix based on that
-line.  If it returns @code{nil}, that means it sees no fill prefix in
-that line.
+line.  If it returns @code{nil}, @code{adaptive-fill-regexp} gets
+a chance to find a prefix.
 
 @node Longlines
 @subsection Long Lines Mode