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:
parent
003a89b6c8
commit
9e4cae7bc9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue