Mercurial > emacs
changeset 69419:e043e733d1f5
(Adaptive Fill): Fix Texinfo usage.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 11 Mar 2006 22:41:41 +0000 |
parents | 2f43ac9fe122 |
children | 337a846a85de |
files | lispref/text.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/text.texi Sat Mar 11 22:39:35 2006 +0000 +++ b/lispref/text.texi Sat Mar 11 22:41:41 2006 +0000 @@ -1716,7 +1716,7 @@ starting after the left margin whitespace (if any) on a line; the characters it matches are that line's candidate for the fill prefix. -@w{@samp{"[ \t]*\\([-|#;>*]+[ \t]*\\|(?[0-9]+[.)][ \t]*\\)*"}} is the +@w{@code{"[ \t]*\\([-|#;>*]+[ \t]*\\|(?[0-9]+[.)][ \t]*\\)*"}} is the default value. 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 @@ -1731,7 +1731,7 @@ replaces the candidate with a string of spaces ``of the same width'' as it. -The default value of this variable is @w{@samp{"\\`[ \t]*\\'"}}, which +The default value of this variable is @w{@code{"\\`[ \t]*\\'"}}, which matches only a string of whitespace. The effect of this default is to force the fill prefixes found in one-line paragraphs always to be pure whitespace.