# HG changeset patch # User Richard M. Stallman # Date 1176041732 0 # Node ID 4b4f8e1d168db64c14c145ebcebaffb3d6c8808c # Parent 0eb98a08877d94564157f81749a53de225f4cf25 (Adaptive Fill): Just describe default, don't show it (since it contains non-ASCII chars). diff -r 0eb98a08877d -r 4b4f8e1d168d lispref/text.texi --- 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