diff options
| author | Glenn Morris | 2018-02-16 15:16:15 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-16 15:16:15 -0500 |
| commit | 66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (patch) | |
| tree | 0fa5ba9ab57893ae3bca46bd09d8b52105f8a17a /lisp/mail | |
| parent | 35e5c57db311c3d6c1c3a8dd4edc3d756d1d5d24 (diff) | |
| download | emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.tar.gz emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.zip | |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/rmailedit.el | 2 |
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 | ||
| 411 | DELETED's elements are elements of OLD-HEADERS. | 411 | DELETED's elements are elements of OLD-HEADERS. |
| 412 | CHANGED's elements have the form (OLD . NEW) | 412 | CHANGED's elements have the form (OLD . NEW) |
| 413 | where OLD is a element of OLD-HEADERS and NEW is an element of NEW-HEADERS." | 413 | where 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) |