diff man/custom.texi @ 75058:28b09f927c55

(Changing a Variable): Minor clarification. (Specific Customization): customize-customized => customize-unsaved.
author Richard M. Stallman <rms@gnu.org>
date Tue, 02 Jan 2007 21:02:44 +0000
parents b1c1e60969db
children 3d45362f1d38
line wrap: on
line diff
--- a/man/custom.texi	Tue Jan 02 21:02:13 2007 +0000
+++ b/man/custom.texi	Tue Jan 02 21:02:44 2007 +0000
@@ -475,7 +475,7 @@
 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 @@
 @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 @@
 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