]> code.delx.au - gnu-emacs/commitdiff
(fixed): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:24:49 +0000 (02:24 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:24:49 +0000 (02:24 +0000)
lisp/textmodes/enriched.el

index 1c81b5cf25e29f7afe86b561753e383f6ace0b2f..cd1079e09248ead83b0f504f03e6f184b18094ec 100644 (file)
@@ -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)