aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2006-01-03 03:36:49 +0000
committerChong Yidong2006-01-03 03:36:49 +0000
commit31869a0f005faf6b1e4ef65c97858a95547296ab (patch)
treef664b290320ea10d18fcda1c11fbaedea95bf2d1
parent5f7543f80c36e51a4e0ac8e136729c7a2f8837e1 (diff)
downloademacs-31869a0f005faf6b1e4ef65c97858a95547296ab.tar.gz
emacs-31869a0f005faf6b1e4ef65c97858a95547296ab.zip
Minor tweak.
-rw-r--r--man/custom.texi19
1 files changed, 9 insertions, 10 deletions
diff --git a/man/custom.texi b/man/custom.texi
index 3b0daf701b3..f71a0353f50 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -687,15 +687,14 @@ and easily between various collections of settings, and to transfer
687such collections from one computer to another. 687such collections from one computer to another.
688 688
689@findex customize-create-theme 689@findex customize-create-theme
690 To define a Custom theme, use the command @kbd{M-x 690 To define a Custom theme, use @kbd{M-x customize-create-theme},
691customize-create-theme}, which brings up a buffer named @samp{*New 691which brings up a buffer named @samp{*New Custom Theme*}. At the top
692Custom Theme*}. At the top of the buffer is an editable field where 692of the buffer is an editable field where you can specify the name of
693you can specify the name of the theme. Click on the button labelled 693the theme. Click on the button labelled @samp{Insert Variable} to add
694@samp{Insert Variable} to add a variable to the theme, and click on 694a variable to the theme, and click on @samp{Insert Face} to add a
695@samp{Insert Face} to add a face. You can edit these values in the 695face. You can edit these values in the @samp{*New Custom Theme*}
696@samp{*New Custom Theme*} buffer like in an ordinary Customize buffer. 696buffer like in an ordinary Customize buffer. To remove an option from
697To remove an option from the theme, click on its @samp{State} button 697the theme, click on its @samp{State} button and select @samp{Delete}.
698and select @samp{Delete}.
699 698
700@vindex custom-theme-directory 699@vindex custom-theme-directory
701 After adding the desired options, click on @samp{Save Theme} to save 700 After adding the desired options, click on @samp{Save Theme} to save
@@ -707,7 +706,7 @@ directory by setting @code{custom-theme-directory}.
707 You can view and edit the settings of a previously-defined theme by 706 You can view and edit the settings of a previously-defined theme by
708clicking on @samp{Visit Theme} and specifying the theme name. You can 707clicking on @samp{Visit Theme} and specifying the theme name. You can
709also import the variables and faces that you have set using Customize 708also import the variables and faces that you have set using Customize
710by visiting the ``special'' theme named @var{user}. This theme, which 709by visiting the ``special'' theme named @samp{user}. This theme, which
711records all the options that you set in the ordinary customization 710records all the options that you set in the ordinary customization
712buffer, is always enabled, and always takes precedence over all other 711buffer, is always enabled, and always takes precedence over all other
713enabled Custom themes. Additionally, the @samp{user} theme is 712enabled Custom themes. Additionally, the @samp{user} theme is