diff options
| author | Lars Ingebrigtsen | 2018-04-15 23:12:26 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2018-04-15 23:12:26 +0200 |
| commit | 9e4cae7bc91120ef54b80505ad7914b2cb4d49e8 (patch) | |
| tree | 95a2e9c610aa959089c8a8401e5e7b39a4962f07 | |
| parent | 003a89b6c8eb5e62b4ba2f2f3d4d3e3f6a8b7484 (diff) | |
| download | emacs-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.el | 2 |
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. |
| 142 | Given an RFC-822 address FROM, extract full name and canonical address. | 142 | Given an RFC-822 address FROM, extract full name and canonical address. |
| 143 | Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). Much more simple | 143 | Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). Much more simple |
| 144 | solution than `mail-extract-address-components', which works much better, but | 144 | solution than `mail-header-parse-address', which works much better, but |
| 145 | is slower." | 145 | is 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 |