aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-01-19 17:34:43 +0000
committerRichard M. Stallman2006-01-19 17:34:43 +0000
commit8a176e64b2400c46434153d40ea2a0c50a073645 (patch)
treeda9ea1ac5fa9a8ea260f598ed630be724cb9e9cb
parentb84c4f071228c2fec8985ed04bc7a8398e912d2e (diff)
downloademacs-8a176e64b2400c46434153d40ea2a0c50a073645.tar.gz
emacs-8a176e64b2400c46434153d40ea2a0c50a073645.zip
(Custom Themes): Minor cleanup.
-rw-r--r--man/ChangeLog6
-rw-r--r--man/custom.texi17
2 files changed, 15 insertions, 8 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index eace76aae1a..3282140ea30 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,9 @@
12006-01-19 Richard M. Stallman <rms@gnu.org>
2
3 * custom.texi (Custom Themes): Minor cleanup.
4
5 * programs.texi (Hungry Delete): Upcase @key argument.
6
12006-01-16 Katsumi Yamaoka <yamaoka@jpl.org> 72006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
2 8
3 * gnus.texi: Update copyright. 9 * gnus.texi: Update copyright.
diff --git a/man/custom.texi b/man/custom.texi
index 9b93b56a08f..921f1b0320d 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -729,14 +729,15 @@ theme occurring earlier in @code{custom-enabled-themes} takes effect.
729@findex load-theme 729@findex load-theme
730@findex enable-theme 730@findex enable-theme
731@findex disable-theme 731@findex disable-theme
732 You can also enable a Custom theme with @kbd{M-x enable-theme}. 732 You can temporarily enable a Custom theme with @kbd{M-x
733This prompts for a theme name in the minibuffer, loads the theme from 733enable-theme}. This prompts for a theme name in the minibuffer, loads
734the theme file if necessary, and enables the theme. An enabled theme 734the theme from the theme file if necessary, and enables the theme.
735can be @dfn{disabled} with the command @kbd{M-x disable-theme}; this 735You can @dfn{disabled} any enabled theme with the command @kbd{M-x
736returns the options specified in the theme to their original values. 736disable-theme}; this returns the options specified in the theme to
737To re-enable the theme, call @kbd{M-x enable-theme} again. If a theme 737their original values. To re-enable the theme, type @kbd{M-x
738file is changed during your Emacs session, you can reload it by 738enable-theme} again. If a theme file is changed during your Emacs
739calling @kbd{M-x load-theme}. This also enables the theme. 739session, you can reload it by typing @kbd{M-x load-theme}. (This also
740enables the theme.)
740 741
741@node Variables 742@node Variables
742@section Variables 743@section Variables