]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak comment from previous change.
authorGlenn Morris <rgm@gnu.org>
Thu, 12 Jan 2012 02:13:05 +0000 (21:13 -0500)
committerGlenn Morris <rgm@gnu.org>
Thu, 12 Jan 2012 02:13:05 +0000 (21:13 -0500)
lisp/mail/sendmail.el

index a77918c5b1f5bee3a5983a3272867f378bef5f7d..58a7a2c3729d3b438e0e563ea9570745650a7fdd 100644 (file)
@@ -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]*$\\|"
                "--\\( \\|-+\\)$\\|"