aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/mail-utils.el2
-rw-r--r--lisp/mail/rmail.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el
index 5ddcb4b7686..d7748ffe6aa 100644
--- a/lisp/mail/mail-utils.el
+++ b/lisp/mail/mail-utils.el
@@ -63,7 +63,7 @@ also the To field, unless this would leave an empty To field."
63 '("RE" "R\u00c9\\.?" "FWD?" "رد" "回复" "回覆" "SV" "Antw\\.?" 63 '("RE" "R\u00c9\\.?" "FWD?" "رد" "回复" "回覆" "SV" "Antw\\.?"
64 "VS" "REF" "AW" "ΑΠ" "ΣΧΕΤ" "השב" "Vá" "R" "RIF" "BLS" "RES" 64 "VS" "REF" "AW" "ΑΠ" "ΣΧΕΤ" "השב" "Vá" "R" "RIF" "BLS" "RES"
65 "Odp" "YNT" "ATB") 65 "Odp" "YNT" "ATB")
66 "List of localized \"Re:\" abbreviations in various languages. 66 "List of localized \"Re\" abbreviations in various languages.
67Each component can be a regular expression or a simple string. Matching 67Each component can be a regular expression or a simple string. Matching
68is done case-insensitively. Used to initialize the legacy 68is done case-insensitively. Used to initialize the legacy
69`rmail-re-abbrevs' and `message-subject-re-regexp' user options." 69`rmail-re-abbrevs' and `message-subject-re-regexp' user options."
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 4b93f379c72..0d657aea8a1 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -537,7 +537,7 @@ Examples:
537 (concat "\\(" 537 (concat "\\("
538 (string-join mail-re-regexps "\\|") 538 (string-join mail-re-regexps "\\|")
539 "\\)") 539 "\\)")
540 "Regexp with localized \"Re:\" abbreviations in various languages. 540 "Regexp with localized \"Re\" abbreviations in various languages.
541Matching is done case-insensitively. 541Matching is done case-insensitively.
542Initialized from `mail-re-regexps', which is easier to customize." 542Initialized from `mail-re-regexps', which is easier to customize."
543 :set-after '(mail-re-regexps) 543 :set-after '(mail-re-regexps)