aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2018-04-15 23:12:26 +0200
committerLars Ingebrigtsen2018-04-15 23:12:26 +0200
commit9e4cae7bc91120ef54b80505ad7914b2cb4d49e8 (patch)
tree95a2e9c610aa959089c8a8401e5e7b39a4962f07
parent003a89b6c8eb5e62b4ba2f2f3d4d3e3f6a8b7484 (diff)
downloademacs-9e4cae7bc91120ef54b80505ad7914b2cb4d49e8.tar.gz
emacs-9e4cae7bc91120ef54b80505ad7914b2cb4d49e8.zip
Doc string update for gnus-extract-address-components
* lisp/gnus/gnus-util.el (gnus-extract-address-components): Doc update.
-rw-r--r--lisp/gnus/gnus-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el
index 1001d11df4f..b30e4d125b2 100644
--- a/lisp/gnus/gnus-util.el
+++ b/lisp/gnus/gnus-util.el
@@ -141,7 +141,7 @@ This is a compatibility function for different Emacsen."
141 "Extract address components from a From header. 141 "Extract address components from a From header.
142Given an RFC-822 address FROM, extract full name and canonical address. 142Given an RFC-822 address FROM, extract full name and canonical address.
143Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). Much more simple 143Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). Much more simple
144solution than `mail-extract-address-components', which works much better, but 144solution than `mail-header-parse-address', which works much better, but
145is slower." 145is slower."
146 (let (name address) 146 (let (name address)
147 ;; First find the address - the thing with the @ in it. This may 147 ;; First find the address - the thing with the @ in it. This may