aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-06 02:24:49 +0000
committerJuanma Barranquero2006-11-06 02:24:49 +0000
commit403c7339f0360689ef62a71c4fd97e615f4b9365 (patch)
treee5cb88f310db93d77ba3d8748e4a20d7d05d210d /lisp
parent24b52f089b80033d0156410e88a069e546b5f93b (diff)
downloademacs-403c7339f0360689ef62a71c4fd97e615f4b9365.tar.gz
emacs-403c7339f0360689ef62a71c4fd97e615f4b9365.zip
(fixed): Fix typo in docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/enriched.el2
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 @@
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.
69Currently, emacs can only display fixed-width fonts, but this may change. 69Currently, Emacs can only display fixed-width fonts, but this may change.
70This face is used for text specifically marked as fixed-width, for example 70This face is used for text specifically marked as fixed-width, for example
71in text/enriched files." 71in text/enriched files."
72 :group 'enriched) 72 :group 'enriched)