summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-16 20:17:06 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-16 20:17:06 +0000
commitb6a16e653ad36f088dd364fe7d1169759e2e2bf4 (patch)
tree16864abfb540c8cbdfad8df0f0cbbaf9022ea098 /lispref
parent522491af06e83f7201cc917667029c7dcce54f6e (diff)
downloademacs-b6a16e653ad36f088dd364fe7d1169759e2e2bf4.tar.gz
Add normal-auto-fill-function.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/text.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/lispref/text.texi b/lispref/text.texi
index f15852ae55b..5802efb4ca9 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -1366,6 +1366,12 @@ was renamed to @code{auto-fill-function} in version 19.
@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