From: Richard M. Stallman Date: Sat, 8 Aug 1998 20:45:28 +0000 (+0000) Subject: (mail-fetch-field): Doc fix. X-Git-Tag: emacs-20.3~130 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da427818a9e5d8d285a474e931aa0b24056d2c94;p=emacs.git (mail-fetch-field): Doc fix. --- 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