# HG changeset patch # User Richard M. Stallman # Date 850767426 0 # Node ID 7704b62dafa8f73a886562085a8555669e5a3335 # Parent e7e2a025de92af6ca6378b01c1fb3cbe69a4ec21 Add normal-auto-fill-function. diff -r e7e2a025de92 -r 7704b62dafa8 lispref/text.texi --- a/lispref/text.texi Mon Dec 16 20:15:01 1996 +0000 +++ b/lispref/text.texi Mon Dec 16 20:17:06 1996 +0000 @@ -1366,6 +1366,12 @@ @end quotation @end defvar +@defvar normal-auto-fill-function +This variable specifies the function to use for +@code{auto-fill-function}, if and when Auto Fill is turned on. Major +modes can set this locally to alter how Auto Fill works. +@end defvar + @node Sorting @section Sorting Text @cindex sorting text