aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorGlenn Morris2018-02-16 15:16:15 -0500
committerGlenn Morris2018-02-16 15:16:15 -0500
commit66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (patch)
tree0fa5ba9ab57893ae3bca46bd09d8b52105f8a17a /lisp/mail
parent35e5c57db311c3d6c1c3a8dd4edc3d756d1d5d24 (diff)
downloademacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.tar.gz
emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.zip
; Fix doc typos related to indefinite articles
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmailedit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el
index 623a8291245..91aeb4187db 100644
--- a/lisp/mail/rmailedit.el
+++ b/lisp/mail/rmailedit.el
@@ -410,7 +410,7 @@ or else nil to insert it at the beginning.
410 410
411DELETED's elements are elements of OLD-HEADERS. 411DELETED's elements are elements of OLD-HEADERS.
412CHANGED's elements have the form (OLD . NEW) 412CHANGED's elements have the form (OLD . NEW)
413where OLD is a element of OLD-HEADERS and NEW is an element of NEW-HEADERS." 413where OLD is an element of OLD-HEADERS and NEW is an element of NEW-HEADERS."
414 414
415 (let ((reverse-new (reverse new-headers)) 415 (let ((reverse-new (reverse new-headers))
416 inserted deleted changed) 416 inserted deleted changed)