diff options
author | Glenn Morris <rgm@gnu.org> | 2009-02-04 03:41:06 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-02-04 03:41:06 +0000 |
commit | 869692c03a8647ea418a1db2119a7c63a2806432 (patch) | |
tree | 3393bb8c4bf3e695f7d84d2f75193b049add5f17 /lisp/mail/mail-utils.el | |
parent | 7b094a30fc340b2d130c15ebdba07f102b3c9729 (diff) | |
download | emacs-869692c03a8647ea418a1db2119a7c63a2806432.tar.gz |
(mail-fetch-field): Previous doc fix was ill-advised.
Diffstat (limited to 'lisp/mail/mail-utils.el')
-rw-r--r-- | lisp/mail/mail-utils.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index 2268e1e68f8..2311efc37ee 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el @@ -305,8 +305,8 @@ the comma-separated list. The pruned list is returned." 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. -The header must be at the start of the buffer. If any of the optional -arguments are used, the buffer should be narrowed to just the header." +The buffer should be narrowed to just the header, else false +matches may be returned from the message body." (save-excursion (goto-char (point-min)) (let ((case-fold-search t) |