]> git.eshelyaron.com Git - emacs.git/commitdiff
(Adaptive Fill): Minor clarification.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 2005 13:56:00 +0000 (13:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 2005 13:56:00 +0000 (13:56 +0000)
man/text.texi

index 3d6c0a6b7632aa433c19beb7b2893bb653904dff..13510deda6cc50915c8a833391e74990eac0f25f 100644 (file)
@@ -745,8 +745,8 @@ never chosen automatically.
 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