# HG changeset patch # User Richard M. Stallman # Date 902609128 0 # Node ID 3f75d6c8ef33053b54e4c65ccaa0592639450f29 # Parent e259bed9247efbf4a1fce2f5e7a483cf3a0e674e (mail-fetch-field): Doc fix. diff -r e259bed9247e -r 3f75d6c8ef33 lisp/mail/mail-utils.el --- a/lisp/mail/mail-utils.el Sat Aug 08 07:20:44 1998 +0000 +++ b/lisp/mail/mail-utils.el Sat Aug 08 20:45:28 1998 +0000 @@ -228,9 +228,9 @@ ;;;###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