1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Doc string update for gnus-extract-address-components

* lisp/gnus/gnus-util.el (gnus-extract-address-components): Doc
update.
This commit is contained in:
Lars Ingebrigtsen 2018-04-15 23:12:26 +02:00
parent 003a89b6c8
commit 9e4cae7bc9

View file

@ -141,7 +141,7 @@ This is a compatibility function for different Emacsen."
"Extract address components from a From header.
Given an RFC-822 address FROM, extract full name and canonical address.
Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). Much more simple
solution than `mail-extract-address-components', which works much better, but
solution than `mail-header-parse-address', which works much better, but
is slower."
(let (name address)
;; First find the address - the thing with the @ in it. This may