From 4cc4a90c57432d5cf2e8117d6da8d93200ef2f19 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 8 Apr 2007 14:15:32 +0000 Subject: [PATCH] (Adaptive Fill): Just describe default, don't show it (since it contains non-ASCII chars). --- lispref/text.texi | 17 ++--------------- 1 file 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 starting after the left margin whitespace (if any) on a line; the characters it matches are that line's candidate for the fill prefix. -@c omit binary characters not in the standard TeX fonts, to avoid warnings. -@iftex -@w{@code{"[ \t]*\\([-!|#%;>*]+[ \t]*\\|(?[0-9]+[.)][ \t]*\\)*"}} -@end iftex -@ifnottex -@w{@code{"[ \t]*\\([-!|#%;>*·•‣⁃◦]+[ \t]*\\|(?[0-9]+[.)][ \t]*\\)*"}} -@end ifnottex -is the default value. -@iftex -(A few control characters are in the default value that are not visible here.) -@end iftex -This matches a number enclosed in parentheses or followed by a period, -or certain punctuation characters, or any sequence of these -intermingled with whitespace. In particular, it matches a sequence of -whitespace, possibly empty. +The default value matches whitespace with certain punctuation +characters intermingled. @end defopt @defopt adaptive-fill-first-line-regexp -- 2.39.5