From: Glenn Morris Date: Thu, 12 Jan 2012 02:13:05 +0000 (-0500) Subject: Tweak comment from previous change. X-Git-Tag: emacs-pretest-24.0.93~97^2~25 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=403993a8a646887193dd7b8a01cf16137cd89a1e;p=emacs.git Tweak comment from previous change. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index a77918c5b1f..58a7a2c3729 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -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]*$\\|" "--\\( \\|-+\\)$\\|"