diff options
| author | Dave Love | 2000-11-12 00:21:13 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-12 00:21:13 +0000 |
| commit | 51c39cdbd2fb1aa212fa1f5792406369d1564f01 (patch) | |
| tree | 7cbcf61f61b80e9ff574e9e46d73e859c64de648 | |
| parent | b2bc32fc63c356936eda24c8bad35c8e10460690 (diff) | |
| download | emacs-51c39cdbd2fb1aa212fa1f5792406369d1564f01.tar.gz emacs-51c39cdbd2fb1aa212fa1f5792406369d1564f01.zip | |
comment fix
| -rw-r--r-- | lisp/mail/mailheader.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mailheader.el b/lisp/mail/mailheader.el index 312794a9dee..f378411ce4d 100644 --- a/lisp/mail/mailheader.el +++ b/lisp/mail/mailheader.el | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | ;; The car of each element in the message-header alist is a symbol whose | 36 | ;; The car of each element in the message-header alist is a symbol whose |
| 37 | ;; print name is the name of the header, in all lower-case. The cdr of an | 37 | ;; print name is the name of the header, in all lower-case. The cdr of an |
| 38 | ;; element depends on the operation. After extracting headers from a | 38 | ;; element depends on the operation. After extracting headers from a |
| 39 | ;; messge, it is a string, the value of the header. An extracted set of | 39 | ;; message, it is a string, the value of the header. An extracted set of |
| 40 | ;; headers may be parsed further, which may turn it into a list, whose car | 40 | ;; headers may be parsed further, which may turn it into a list, whose car |
| 41 | ;; is the original value and whose subsequent elements depend on the | 41 | ;; is the original value and whose subsequent elements depend on the |
| 42 | ;; header. For formatting, it is evaluated to obtain the strings to be | 42 | ;; header. For formatting, it is evaluated to obtain the strings to be |