diff options
| author | Glenn Morris | 2013-01-15 20:47:40 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-01-15 20:47:40 -0500 |
| commit | 827253f7388b3e7ccad021eeedb5bb8674448a16 (patch) | |
| tree | b93500c9df02206067512cdc60e1a898ccca7aad | |
| parent | 41b057adee742ab8e565bc93d5d638aac6d7b3a1 (diff) | |
| download | emacs-827253f7388b3e7ccad021eeedb5bb8674448a16.tar.gz emacs-827253f7388b3e7ccad021eeedb5bb8674448a16.zip | |
* doc/emacs/custom.texi (Custom Themes): Fix typo.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/custom.texi | 2 |
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 @@ | |||
| 1 | 2013-01-16 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * custom.texi (Custom Themes): Fix typo. | ||
| 4 | |||
| 1 | 2013-01-05 Glenn Morris <rgm@gnu.org> | 5 | 2013-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 | |||
| 555 | between various collections of settings, and to transfer such | 555 | between various collections of settings, and to transfer such |
| 556 | collections from one computer to another. | 556 | collections 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 |
| 559 | the Custom theme is @var{name}, the theme file is named | 559 | the 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 |
| 561 | format of a theme file and how to make one. | 561 | format of a theme file and how to make one. |