]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc string update for gnus-extract-address-components
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 15 Apr 2018 21:12:26 +0000 (23:12 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 15 Apr 2018 21:12:26 +0000 (23:12 +0200)
* lisp/gnus/gnus-util.el (gnus-extract-address-components): Doc
update.

lisp/gnus/gnus-util.el

index 1001d11df4fa42c9933361d6770a602fb35537db..b30e4d125b2a468b4b1c1ab038f655c87dd8a4a4 100644 (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