aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2007-01-02 21:02:44 +0000
committerRichard M. Stallman <[email protected]>2007-01-02 21:02:44 +0000
commitbfd18a0e02c7a3fd987ba5526806f8687b54a777 (patch)
treede041523eb31a95f425c8353b44b628e2c811f8f /man
parent2bac13f523206f4048c96b5ec05935e709686874 (diff)
(Changing a Variable): Minor clarification.
(Specific Customization): customize-customized => customize-unsaved.
Diffstat (limited to 'man')
-rw-r--r--man/custom.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/custom.texi b/man/custom.texi
index 49c7e6215e..d14ea2fcd4 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -475,7 +475,7 @@ so that you will get the standard value in future Emacs sessions.
This sets the variable to a previous value that was set in the
customization buffer in this session. If you customize a variable
and then reset it, which discards the customized value,
-you can get the customized value back again with this operation.
+you can get the discarded value back again with this operation.
@end table
@cindex comments on customized settings
@@ -641,9 +641,9 @@ whose meaning has changed since Emacs version @var{version}.
@item M-x customize-saved
Set up a customization buffer containing all settings that you
have saved with customization buffers.
-@item M-x customize-customized
+@item M-x customize-unsaved
Set up a customization buffer containing all settings that you have
-customized but not saved.
+set but not saved.
@end table
@findex customize-option
@@ -687,11 +687,11 @@ whose definitions have been changed since the specified version,
loading them if necessary.
@findex customize-saved
-@findex customize-customized
+@findex customize-unsaved
If you change settings and then decide the change was a mistake, you
can use two special commands to revisit your previous changes. Use
@kbd{M-x customize-saved} to look at the settings that you have saved.
-Use @kbd{M-x customize-customized} to look at the settings that you
+Use @kbd{M-x customize-unsaved} to look at the settings that you
have set but not saved.
@node Custom Themes