aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-04-08 14:15:32 +0000
committerRichard M. Stallman2007-04-08 14:15:32 +0000
commit4cc4a90c57432d5cf2e8117d6da8d93200ef2f19 (patch)
tree0211f65832cc59e59c270d1beeadece6eaf7d7b9
parent714356abafca5ca0f506a74f5c745085462cdf7c (diff)
downloademacs-4cc4a90c57432d5cf2e8117d6da8d93200ef2f19.tar.gz
emacs-4cc4a90c57432d5cf2e8117d6da8d93200ef2f19.zip
(Adaptive Fill): Just describe default,
don't show it (since it contains non-ASCII chars).
-rw-r--r--lispref/text.texi17
1 files changed, 2 insertions, 15 deletions
diff --git a/lispref/text.texi b/lispref/text.texi
index 6bc68635f6c..4065aba4aef 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -1741,21 +1741,8 @@ Adaptive Fill mode matches this regular expression against the text
1741starting after the left margin whitespace (if any) on a line; the 1741starting after the left margin whitespace (if any) on a line; the
1742characters it matches are that line's candidate for the fill prefix. 1742characters it matches are that line's candidate for the fill prefix.
1743 1743
1744@c omit binary characters not in the standard TeX fonts, to avoid warnings. 1744The default value matches whitespace with certain punctuation
1745@iftex 1745characters intermingled.
1746@w{@code{"[ \t]*\\([-!|#%;>*]+[ \t]*\\|(?[0-9]+[.)][ \t]*\\)*"}}
1747@end iftex
1748@ifnottex
1749@w{@code{"[ \t]*\\([-!|#%;>*·•‣⁃◦]+[ \t]*\\|(?[0-9]+[.)][ \t]*\\)*"}}
1750@end ifnottex
1751is the default value.
1752@iftex
1753(A few control characters are in the default value that are not visible here.)
1754@end iftex
1755This matches a number enclosed in parentheses or followed by a period,
1756or certain punctuation characters, or any sequence of these
1757intermingled with whitespace. In particular, it matches a sequence of
1758whitespace, possibly empty.
1759@end defopt 1746@end defopt
1760 1747
1761@defopt adaptive-fill-first-line-regexp 1748@defopt adaptive-fill-first-line-regexp