emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/text.texi,v


From: Karl Berry
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi,v
Date: Sat, 07 Apr 2007 21:53:41 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Karl Berry <karl>       07/04/07 21:53:41

Index: text.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/text.texi,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -b -r1.133 -r1.134
--- text.texi   7 Apr 2007 02:00:55 -0000       1.133
+++ text.texi   7 Apr 2007 21:53:41 -0000       1.134
@@ -1741,11 +1741,21 @@
 starting after the left margin whitespace (if any) on a line; the
 characters it matches are that line's candidate for the fill prefix.
 
address@hidden@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
-matches a sequence of whitespace, possibly empty.
address@hidden omit binary characters not in the standard TeX fonts, to avoid 
warnings.
address@hidden
address@hidden@code{"[ \t]*\\([-!|#%;>*]+[ \t]*\\|(?[0-9]+[.)][ \t]*\\)*"}}
address@hidden iftex
address@hidden
address@hidden@code{"[ \t]*\\([-!|#%;>*·•‣⁃◦]+[ \t]*\\|(?[0-9]+[.)][ 
\t]*\\)*"}}
address@hidden ifnottex
+is the default value.
address@hidden
+(A few control characters are in the default value that are not visible here.)
address@hidden 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.
 @end defopt
 
 @defopt adaptive-fill-first-line-regexp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]