comparison man/text.texi @ 63544:a2d302267225

(Adaptive Fill): Minor clarification.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Jun 2005 13:56:00 +0000
parents 56749022baa0
children 286c76cc00c3 b7da78284d4c
comparison
equal deleted inserted replaced
63543:7bc82f443768 63544:a2d302267225
743 @vindex adaptive-fill-function 743 @vindex adaptive-fill-function
744 You can specify more complex ways of choosing a fill prefix 744 You can specify more complex ways of choosing a fill prefix
745 automatically by setting the variable @code{adaptive-fill-function} to a 745 automatically by setting the variable @code{adaptive-fill-function} to a
746 function. This function is called with point after the left margin of a 746 function. This function is called with point after the left margin of a
747 line, and it should return the appropriate fill prefix based on that 747 line, and it should return the appropriate fill prefix based on that
748 line. If it returns @code{nil}, that means it sees no fill prefix in 748 line. If it returns @code{nil}, @code{adaptive-fill-regexp} gets
749 that line. 749 a chance to find a prefix.
750 750
751 @node Longlines 751 @node Longlines
752 @subsection Long Lines Mode 752 @subsection Long Lines Mode
753 @cindex refilling text, word processor style 753 @cindex refilling text, word processor style
754 @cindex modes, Long Lines 754 @cindex modes, Long Lines