(mail-fetch-field): Doc fix.

This commit is contained in:
Richard M. Stallman 1998-08-08 20:45:28 +00:00
parent 39e643e20a
commit da427818a9

View file

@ -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