]> git.eshelyaron.com Git - emacs.git/commitdiff
(Adaptive Fill): Just describe default,
authorRichard M. Stallman <rms@gnu.org>
Sun, 8 Apr 2007 14:15:32 +0000 (14:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 8 Apr 2007 14:15:32 +0000 (14:15 +0000)
don't show it (since it contains non-ASCII chars).

lispref/text.texi

index 6bc68635f6c462cf76a9dea7bba45d648e57eb0d..4065aba4aefb81b39a2b57bd96acdd948976a286 100644 (file)
@@ -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