Mercurial > emacs
changeset 22949:3f75d6c8ef33
(mail-fetch-field): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 08 Aug 1998 20:45:28 +0000 |
parents | e259bed9247e |
children | 606be1490be7 |
files | lisp/mail/mail-utils.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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