changeset 77061:4b4f8e1d168d

(Adaptive Fill): Just describe default, don't show it (since it contains non-ASCII chars).
author Richard M. Stallman <rms@gnu.org>
date Sun, 08 Apr 2007 14:15:32 +0000
parents 0eb98a08877d
children f15d11a5d365
files lispref/text.texi
diffstat 1 files changed, 2 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/text.texi	Sun Apr 08 14:09:16 2007 +0000
+++ b/lispref/text.texi	Sun Apr 08 14:15:32 2007 +0000
@@ -1741,21 +1741,8 @@
 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