diff options
Diffstat (limited to 'lisp/ps-samp.el')
-rw-r--r-- | lisp/ps-samp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ps-samp.el b/lisp/ps-samp.el index ff472546eec..784b4356b47 100644 --- a/lisp/ps-samp.el +++ b/lisp/ps-samp.el @@ -76,8 +76,8 @@ (concat "Subject: " (or (mail-fetch-field "Subject") "???"))))) ;; Look in an article or mail message for the From: line. Sorta-kinda -;; understands RFC-822 addresses and can pull the real name out where -;; it's provided. +;; understands RFC 822 (or later) addresses and can pull the real name +;; out where it's provided. (defun ps-article-author () (save-excursion (save-restriction |