From: Juanma Barranquero Date: Mon, 6 Nov 2006 02:24:49 +0000 (+0000) Subject: (fixed): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.91~301 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=403c7339f0360689ef62a71c4fd97e615f4b9365;p=emacs.git (fixed): Fix typo in docstring. --- 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)