diff options
author | Glenn Morris <rgm@gnu.org> | 2012-01-11 23:34:46 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-01-11 23:34:46 -0800 |
commit | 04e74403a1b12aede05915df869170ab5ca0e253 (patch) | |
tree | 56be217129b962cb1d88425a66e4e3e5bb961a89 /lisp/textmodes/fill.el | |
parent | 403993a8a646887193dd7b8a01cf16137cd89a1e (diff) | |
download | emacs-04e74403a1b12aede05915df869170ab5ca0e253.tar.gz emacs-04e74403a1b12aede05915df869170ab5ca0e253.tar.bz2 emacs-04e74403a1b12aede05915df869170ab5ca0e253.zip |
Comments.
Diffstat (limited to 'lisp/textmodes/fill.el')
-rw-r--r-- | lisp/textmodes/fill.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index d3fa49491d4..08254c6f5f7 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -93,6 +93,7 @@ reinserts the fill prefix in each resulting line." ;; Added `!' for doxygen comments starting with `//!' or `/*!'. ;; Added `%' for TeX comments. ;; RMS: deleted the code to match `1.' and `(1)'. + ;; Update mail-mode's paragraph-separate if you change this. (purecopy "[ \t]*\\([-–!|#%;>*·•‣⁃◦]+[ \t]*\\)*") "Regexp to match text at start of line that constitutes indentation. If Adaptive Fill mode is enabled, a prefix matching this pattern |