summaryrefslogtreecommitdiff
path: root/man/custom.texi
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2005-12-24 17:35:22 +0000
committerChong Yidong <cyd@stupidchicken.com>2005-12-24 17:35:22 +0000
commit3a5050af4c3c94df335172fd80315b7599f9638c (patch)
tree9e3635f0e57e3997bed63db7b9c68ac696576a99 /man/custom.texi
parent94e7daf7b23a4802221ae07020d4cfa45622230d (diff)
downloademacs-3a5050af4c3c94df335172fd80315b7599f9638c.tar.gz
* custom.texi (Custom Themes): `load-theme' always loads.
Diffstat (limited to 'man/custom.texi')
-rw-r--r--man/custom.texi13
1 files changed, 6 insertions, 7 deletions
diff --git a/man/custom.texi b/man/custom.texi
index 2180fcdd04a..c2370b03185 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -706,13 +706,12 @@ file @file{@var{foo}-theme.el}, in the directory @file{~/.emacs.d/}
@findex enable-theme
@findex disable-theme
You can load the themes you've previously defined with the command
-@code{load-theme}. It prompts for a theme name in the minibuffer,
-then loads that theme if it isn't already loaded. It also
-@dfn{enables} the theme, which means putting its settings into effect.
-An enabled theme can be @dfn{disabled} with the command
-@kbd{M-x disable-theme}; this returns the options specified in the
-theme to their original values. To re-enable the theme, use the
-command @kbd{M-x enable-theme}.
+@code{load-theme}. It prompts for a theme name in the minibuffer, and
+loads that theme from the theme file. It also @dfn{enables} the
+theme, which means putting its settings into effect. An enabled theme
+can be @dfn{disabled} with the command @kbd{M-x disable-theme}; this
+returns the options specified in the theme to their original values.
+To re-enable the theme, use the command @kbd{M-x enable-theme}.
To enable a Custom theme named @var{foo} whenever Emacs is started up,
add the line @code{(load-theme '@var{foo})} to your @file{.emacs} file