* doc/emacs/custom.texi (Custom Themes): Fix typo.

This commit is contained in:
Glenn Morris 2013-01-15 20:47:40 -05:00
parent 41b057adee
commit 827253f738
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-01-16 Glenn Morris <rgm@gnu.org>
* custom.texi (Custom Themes): Fix typo.
2013-01-05 Glenn Morris <rgm@gnu.org>
* text.texi (HTML Mode): Remove deleted nxml C-RET binding.

View file

@ -555,7 +555,7 @@ or disabled as a unit. You can use Custom themes to switch easily
between various collections of settings, and to transfer such
collections from one computer to another.
A Custom theme is stored an Emacs Lisp source file. If the name of
A Custom theme is stored as an Emacs Lisp source file. If the name of
the Custom theme is @var{name}, the theme file is named
@file{@var{name}-theme.el}. @xref{Creating Custom Themes}, for the
format of a theme file and how to make one.