diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:24:49 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:24:49 +0000 |
commit | 403c7339f0360689ef62a71c4fd97e615f4b9365 (patch) | |
tree | e5cb88f310db93d77ba3d8748e4a20d7d05d210d /lisp/textmodes | |
parent | 24b52f089b80033d0156410e88a069e546b5f93b (diff) | |
download | emacs-403c7339f0360689ef62a71c4fd97e615f4b9365.tar.gz |
(fixed): Fix typo in docstring.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/enriched.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/enriched.el b/lisp/textmodes/enriched.el index 1c81b5cf25e..cd1079e0924 100644 --- a/lisp/textmodes/enriched.el +++ b/lisp/textmodes/enriched.el @@ -66,7 +66,7 @@ (defface fixed '((t (:weight bold))) "Face used for text that must be shown in fixed width. -Currently, emacs can only display fixed-width fonts, but this may change. +Currently, Emacs can only display fixed-width fonts, but this may change. This face is used for text specifically marked as fixed-width, for example in text/enriched files." :group 'enriched) |