diff options
| author | Richard M. Stallman | 1998-08-08 20:45:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-08-08 20:45:28 +0000 |
| commit | da427818a9e5d8d285a474e931aa0b24056d2c94 (patch) | |
| tree | 4738aab306e9f9071aa670c05cc92f8292aafc5e | |
| parent | 39e643e20aa4d53f83f8300996bd2435ccad88ba (diff) | |
| download | emacs-da427818a9e5d8d285a474e931aa0b24056d2c94.tar.gz emacs-da427818a9e5d8d285a474e931aa0b24056d2c94.zip | |
(mail-fetch-field): Doc fix.
| -rw-r--r-- | lisp/mail/mail-utils.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index cc71c1a50b1..a30d06abacb 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el | |||
| @@ -228,9 +228,9 @@ Usenet paths ending in an element that matches are removed also." | |||
| 228 | 228 | ||
| 229 | ;;;###autoload | 229 | ;;;###autoload |
| 230 | (defun mail-fetch-field (field-name &optional last all list) | 230 | (defun mail-fetch-field (field-name &optional last all list) |
| 231 | "Return the value of the header field FIELD-NAME. | 231 | "Return the value of the header field whose type is FIELD-NAME. |
| 232 | The buffer is expected to be narrowed to just the headers of the message. | 232 | The buffer is expected to be narrowed to just the header of the message. |
| 233 | If second arg LAST is non-nil, use the last such field if there are several. | 233 | If second arg LAST is non-nil, use the last field of type FIELD-NAME. |
| 234 | If third arg ALL is non-nil, concatenate all such fields with commas between. | 234 | If third arg ALL is non-nil, concatenate all such fields with commas between. |
| 235 | If 4th arg LIST is non-nil, return a list of all such fields." | 235 | If 4th arg LIST is non-nil, return a list of all such fields." |
| 236 | (save-excursion | 236 | (save-excursion |