aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-01-15 20:47:40 -0500
committerGlenn Morris2013-01-15 20:47:40 -0500
commit827253f7388b3e7ccad021eeedb5bb8674448a16 (patch)
treeb93500c9df02206067512cdc60e1a898ccca7aad
parent41b057adee742ab8e565bc93d5d638aac6d7b3a1 (diff)
downloademacs-827253f7388b3e7ccad021eeedb5bb8674448a16.tar.gz
emacs-827253f7388b3e7ccad021eeedb5bb8674448a16.zip
* doc/emacs/custom.texi (Custom Themes): Fix typo.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/custom.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 456d7efa7be..16820ee450a 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12013-01-16 Glenn Morris <rgm@gnu.org>
2
3 * custom.texi (Custom Themes): Fix typo.
4
12013-01-05 Glenn Morris <rgm@gnu.org> 52013-01-05 Glenn Morris <rgm@gnu.org>
2 6
3 * text.texi (HTML Mode): Remove deleted nxml C-RET binding. 7 * text.texi (HTML Mode): Remove deleted nxml C-RET binding.
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index 6878af14252..cff3892635a 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -555,7 +555,7 @@ or disabled as a unit. You can use Custom themes to switch easily
555between various collections of settings, and to transfer such 555between various collections of settings, and to transfer such
556collections from one computer to another. 556collections from one computer to another.
557 557
558 A Custom theme is stored an Emacs Lisp source file. If the name of 558 A Custom theme is stored as an Emacs Lisp source file. If the name of
559the Custom theme is @var{name}, the theme file is named 559the Custom theme is @var{name}, the theme file is named
560@file{@var{name}-theme.el}. @xref{Creating Custom Themes}, for the 560@file{@var{name}-theme.el}. @xref{Creating Custom Themes}, for the
561format of a theme file and how to make one. 561format of a theme file and how to make one.