diff options
| author | Basil L. Contovounesios | 2017-12-01 10:49:57 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-12-01 10:49:57 +0200 |
| commit | 625e84f15634e10a79a0f053e44145ce75930fd1 (patch) | |
| tree | 5c41d6fb29c038fe8d529c8114098c921710496f | |
| parent | 9292276a444bb3a150f563fd2564319f260aa43d (diff) | |
| download | emacs-625e84f15634e10a79a0f053e44145ce75930fd1.tar.gz emacs-625e84f15634e10a79a0f053e44145ce75930fd1.zip | |
Fix typos in doc strings of message.el
* lisp/gnus/message.el (message-header-to)
(message-header-subject, message-header-newsgroups)
(message-header-other): Fix typos in doc strings. (Bug#29405)
| -rw-r--r-- | lisp/gnus/message.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 22de7fee81d..fa5f47be30a 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -1434,7 +1434,7 @@ starting with `not' and followed by regexps." | |||
| 1434 | (:foreground "MidnightBlue" :bold t)) | 1434 | (:foreground "MidnightBlue" :bold t)) |
| 1435 | (t | 1435 | (t |
| 1436 | (:bold t :italic t))) | 1436 | (:bold t :italic t))) |
| 1437 | "Face used for displaying From headers." | 1437 | "Face used for displaying To headers." |
| 1438 | :group 'message-faces) | 1438 | :group 'message-faces) |
| 1439 | ;; backward-compatibility alias | 1439 | ;; backward-compatibility alias |
| 1440 | (put 'message-header-to-face 'face-alias 'message-header-to) | 1440 | (put 'message-header-to-face 'face-alias 'message-header-to) |
| @@ -1464,7 +1464,7 @@ starting with `not' and followed by regexps." | |||
| 1464 | (:foreground "navy blue" :bold t)) | 1464 | (:foreground "navy blue" :bold t)) |
| 1465 | (t | 1465 | (t |
| 1466 | (:bold t))) | 1466 | (:bold t))) |
| 1467 | "Face used for displaying subject headers." | 1467 | "Face used for displaying Subject headers." |
| 1468 | :group 'message-faces) | 1468 | :group 'message-faces) |
| 1469 | ;; backward-compatibility alias | 1469 | ;; backward-compatibility alias |
| 1470 | (put 'message-header-subject-face 'face-alias 'message-header-subject) | 1470 | (put 'message-header-subject-face 'face-alias 'message-header-subject) |
| @@ -1479,7 +1479,7 @@ starting with `not' and followed by regexps." | |||
| 1479 | (:foreground "blue4" :bold t :italic t)) | 1479 | (:foreground "blue4" :bold t :italic t)) |
| 1480 | (t | 1480 | (t |
| 1481 | (:bold t :italic t))) | 1481 | (:bold t :italic t))) |
| 1482 | "Face used for displaying newsgroups headers." | 1482 | "Face used for displaying Newsgroups headers." |
| 1483 | :group 'message-faces) | 1483 | :group 'message-faces) |
| 1484 | ;; backward-compatibility alias | 1484 | ;; backward-compatibility alias |
| 1485 | (put 'message-header-newsgroups-face 'face-alias 'message-header-newsgroups) | 1485 | (put 'message-header-newsgroups-face 'face-alias 'message-header-newsgroups) |
| @@ -1494,7 +1494,7 @@ starting with `not' and followed by regexps." | |||
| 1494 | (:foreground "steel blue")) | 1494 | (:foreground "steel blue")) |
| 1495 | (t | 1495 | (t |
| 1496 | (:bold t :italic t))) | 1496 | (:bold t :italic t))) |
| 1497 | "Face used for displaying newsgroups headers." | 1497 | "Face used for displaying other headers." |
| 1498 | :group 'message-faces) | 1498 | :group 'message-faces) |
| 1499 | ;; backward-compatibility alias | 1499 | ;; backward-compatibility alias |
| 1500 | (put 'message-header-other-face 'face-alias 'message-header-other) | 1500 | (put 'message-header-other-face 'face-alias 'message-header-other) |