diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-08-08 20:45:28 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-08-08 20:45:28 +0000 |
commit | 0063f8b6ca59d92709f3299f88d720e680ada913 (patch) | |
tree | 6849dd80f5becc797f453f0ddb446ef3903641a0 /lisp/mail/mail-utils.el | |
parent | 60d78da1d95a803326229c5438ae6ae6cc8e9eaf (diff) | |
download | emacs-0063f8b6ca59d92709f3299f88d720e680ada913.tar.gz |
(mail-fetch-field): Doc fix.
Diffstat (limited to 'lisp/mail/mail-utils.el')
-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." ;;;###autoload (defun mail-fetch-field (field-name &optional last all list) - "Return the value of the header field FIELD-NAME. -The buffer is expected to be narrowed to just the headers of the message. -If second arg LAST is non-nil, use the last such field if there are several. + "Return the value of the header field whose type is FIELD-NAME. +The buffer is expected to be narrowed to just the header of the message. +If second arg LAST is non-nil, use the last field of type FIELD-NAME. If third arg ALL is non-nil, concatenate all such fields with commas between. If 4th arg LIST is non-nil, return a list of all such fields." (save-excursion |