mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
Tweak comment from previous change.
This commit is contained in:
parent
328f984d70
commit
403993a8a6
1 changed files with 2 additions and 2 deletions
|
|
@ -745,8 +745,8 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and
|
|||
;; are also sometimes used and should be separators.
|
||||
(setq paragraph-separate
|
||||
(concat (regexp-quote mail-header-separator)
|
||||
;; This is based on adaptive-fill-regexp.
|
||||
;; Presumably the idea is to allow filling of cited paragraphs.
|
||||
;; This is based on adaptive-fill-regexp (presumably
|
||||
;; the idea is to allow navigation etc of cited paragraphs).
|
||||
"$\\|\t*[-–!|#%;>*·•‣⁃◦ ]+$"
|
||||
"\\|[ \t]*[-[:alnum:]]*>+[ \t]*$\\|[ \t]*$\\|"
|
||||
"--\\( \\|-+\\)$\\|"
|
||||
|
|
|
|||
Loading…
Reference in a new issue