Mercurial > emacs
comparison lisp/textmodes/enriched.el @ 90650:02cf29720f31
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 490-504)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 161-163)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 07 Nov 2006 23:22:48 +0000 |
parents | c5406394f567 db699facb3e4 |
children | 6588c6259dfb |
comparison
equal
deleted
inserted
replaced
90649:d53934e7ddef | 90650:02cf29720f31 |
---|---|
64 ;; have to be fixed-width. So we just pick one that looks different from the | 64 ;; have to be fixed-width. So we just pick one that looks different from the |
65 ;; default. | 65 ;; default. |
66 (defface fixed | 66 (defface fixed |
67 '((t (:weight bold))) | 67 '((t (:weight bold))) |
68 "Face used for text that must be shown in fixed width. | 68 "Face used for text that must be shown in fixed width. |
69 Currently, emacs can only display fixed-width fonts, but this may change. | 69 Currently, Emacs can only display fixed-width fonts, but this may change. |
70 This face is used for text specifically marked as fixed-width, for example | 70 This face is used for text specifically marked as fixed-width, for example |
71 in text/enriched files." | 71 in text/enriched files." |
72 :group 'enriched) | 72 :group 'enriched) |
73 | 73 |
74 (defface excerpt | 74 (defface excerpt |