/[emacs]/emacs/lisp/enriched.el
ViewVC logotype

Diff of /emacs/lisp/enriched.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34 by monnier, Sun Dec 2 04:08:55 2001 UTC revision 1.35 by rms, Mon Dec 31 20:23:56 2001 UTC
# Line 63  Line 63 
63  ;; have to be fixed-width.  So we just pick one that looks different from the  ;; have to be fixed-width.  So we just pick one that looks different from the
64  ;; default.  ;; default.
65  (defface fixed  (defface fixed
66    '((t (:bold t)))    '((t (:weight bold)))
67    "Face used for text that must be shown in fixed width.    "Face used for text that must be shown in fixed width.
68  Currently, emacs can only display fixed-width fonts, but this may change.  Currently, emacs can only display fixed-width fonts, but this may change.
69  This face is used for text specifically marked as fixed-width, for example  This face is used for text specifically marked as fixed-width, for example
# Line 71  in text/enriched files." Line 71  in text/enriched files."
71    :group 'enriched)    :group 'enriched)
72    
73  (defface excerpt  (defface excerpt
74    '((t (:italic t)))    '((t (:slant italic)))
75    "Face used for text that is an excerpt from another document.    "Face used for text that is an excerpt from another document.
76  This is used in Enriched mode for text explicitly marked as an excerpt."  This is used in Enriched mode for text explicitly marked as an excerpt."
77    :group 'enriched)    :group 'enriched)

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26