]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct docstrings describing "Re" alternatives.
authorRobert Pluim <rpluim@gmail.com>
Fri, 14 Feb 2025 10:56:19 +0000 (11:56 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Feb 2025 19:30:58 +0000 (20:30 +0100)
* lisp/mail/mail-utils.el (mail-re-regexps): Use "Re", not "Re:".
* lisp/mail/rmail.el (rmail-re-abbrevs): Here also.

(cherry picked from commit b967891088db359fe16ce8317441e930651fb2ea)

lisp/mail/mail-utils.el
lisp/mail/rmail.el

index 5ddcb4b7686e8300549e5d718e3400ab8d81a2b9..d7748ffe6aa83c52f5e333c8db62230f93f4b109 100644 (file)
@@ -63,7 +63,7 @@ also the To field, unless this would leave an empty To field."
   '("RE" "R\u00c9\\.?" "FWD?" "رد" "回复" "回覆" "SV" "Antw\\.?"
   "VS" "REF" "AW" "ΑΠ" "ΣΧΕΤ" "השב" "Vá" "R" "RIF" "BLS" "RES"
   "Odp" "YNT" "ATB")
-  "List of localized \"Re:\" abbreviations in various languages.
+  "List of localized \"Re\" abbreviations in various languages.
 Each component can be a regular expression or a simple string.  Matching
 is done case-insensitively.  Used to initialize the legacy
 `rmail-re-abbrevs' and `message-subject-re-regexp' user options."
index 4b93f379c72361f79494fb717fccd77a8ca12968..0d657aea8a1503c922b68a8daf9461539d3bdfb6 100644 (file)
@@ -537,7 +537,7 @@ Examples:
   (concat "\\("
           (string-join mail-re-regexps "\\|")
           "\\)")
-  "Regexp with localized \"Re:\" abbreviations in various languages.
+  "Regexp with localized \"Re\" abbreviations in various languages.
 Matching is done case-insensitively.
 Initialized from `mail-re-regexps', which is easier to customize."
   :set-after '(mail-re-regexps)