# HG changeset patch # User Richard M. Stallman # Date 1119016560 0 # Node ID a2d30226722505208224b5a7f95e5f5132deadb7 # Parent 7bc82f4437689be6021a1e81a97388b99ef5d3cf (Adaptive Fill): Minor clarification. diff -r 7bc82f443768 -r a2d302267225 man/text.texi --- 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