mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(adaptive-fill-regexp): Don't match (1)' or 1.'
This commit is contained in:
parent
ee1d889f35
commit
4e05bbf511
1 changed files with 2 additions and 1 deletions
|
|
@ -89,7 +89,8 @@ reinserts the fill prefix in each resulting line."
|
|||
(defcustom adaptive-fill-regexp
|
||||
;; Added `!' for doxygen comments starting with `//!' or `/*!'.
|
||||
;; Added `%' for TeX comments.
|
||||
(purecopy "[ \t]*\\([-!|#%;>*,A7$,1s"s#sC$,2"F(B]+[ \t]*\\|(?[0-9]+[.)][ \t]*\\)*")
|
||||
;; RMS: deleted the code to match `1.' and `(1)'.
|
||||
"[ \t]*\\([-!|#%;>*,A7$,1s"s#sC$,2"F(B]+[ \t]*\\)*"
|
||||
"*Regexp to match text at start of line that constitutes indentation.
|
||||
If Adaptive Fill mode is enabled, a prefix matching this pattern
|
||||
on the first and second lines of a paragraph is used as the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue