Correct docstrings describing "Re" alternatives.

* lisp/mail/mail-utils.el (mail-re-regexps): Use "Re", not "Re:".
* lisp/mail/rmail.el (rmail-re-abbrevs): Here also.
This commit is contained in:
Robert Pluim 2025-02-14 11:56:19 +01:00
parent 7c22f13ba3
commit b967891088
2 changed files with 2 additions and 2 deletions

View 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" "ΑΠ" "ΣΧΕΤ" "השב" "" "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."

View 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)