From 6992d0e3bb79ac353f3d2335dba29431ccd64dc3 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Mon, 29 Sep 2025 11:22:32 +0200 Subject: [PATCH] ; Fix typos * lisp/mail/mail-utils.el (mail-fetch-field, mail-mbox-from): 'headers', not 'header'. --- lisp/mail/mail-utils.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index d51e2747ba3..28cc250f6cb 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el @@ -319,7 +319,7 @@ 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. If 5th arg DELETE is non-nil, delete all header lines that are included in the result. -The buffer should be narrowed to just the header, else false +The buffer should be narrowed to just the headers, else false matches may be returned from the message body." (save-excursion (goto-char (point-min)) @@ -404,7 +404,7 @@ matches may be returned from the message body." (defun mail-mbox-from () "Return an mbox \"From \" line for the current message. -The buffer should be narrowed to just the header." +The buffer should be narrowed to just the headers." (let* ((from (mail-strip-quoted-names (or (mail-fetch-field "from") (mail-fetch-field "really-from") (mail-fetch-field "sender")