comparison 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
comparison
equal deleted inserted replaced
75057:d6884873458d 75058:28b09f927c55
473 473
474 @item Set to Backup Value 474 @item Set to Backup Value
475 This sets the variable to a previous value that was set in the 475 This sets the variable to a previous value that was set in the
476 customization buffer in this session. If you customize a variable 476 customization buffer in this session. If you customize a variable
477 and then reset it, which discards the customized value, 477 and then reset it, which discards the customized value,
478 you can get the customized value back again with this operation. 478 you can get the discarded value back again with this operation.
479 @end table 479 @end table
480 480
481 @cindex comments on customized settings 481 @cindex comments on customized settings
482 Sometimes it is useful to record a comment about a specific 482 Sometimes it is useful to record a comment about a specific
483 customization. Use the @samp{Add Comment} item from the 483 customization. Use the @samp{Add Comment} item from the
639 Set up a customization buffer with all the settings and groups 639 Set up a customization buffer with all the settings and groups
640 whose meaning has changed since Emacs version @var{version}. 640 whose meaning has changed since Emacs version @var{version}.
641 @item M-x customize-saved 641 @item M-x customize-saved
642 Set up a customization buffer containing all settings that you 642 Set up a customization buffer containing all settings that you
643 have saved with customization buffers. 643 have saved with customization buffers.
644 @item M-x customize-customized 644 @item M-x customize-unsaved
645 Set up a customization buffer containing all settings that you have 645 Set up a customization buffer containing all settings that you have
646 customized but not saved. 646 set but not saved.
647 @end table 647 @end table
648 648
649 @findex customize-option 649 @findex customize-option
650 If you want to alter a particular user option with the customization 650 If you want to alter a particular user option with the customization
651 buffer, and you know its name, you can use the command @kbd{M-x 651 buffer, and you know its name, you can use the command @kbd{M-x
685 creates a customization buffer which shows all the settings and groups 685 creates a customization buffer which shows all the settings and groups
686 whose definitions have been changed since the specified version, 686 whose definitions have been changed since the specified version,
687 loading them if necessary. 687 loading them if necessary.
688 688
689 @findex customize-saved 689 @findex customize-saved
690 @findex customize-customized 690 @findex customize-unsaved
691 If you change settings and then decide the change was a mistake, you 691 If you change settings and then decide the change was a mistake, you
692 can use two special commands to revisit your previous changes. Use 692 can use two special commands to revisit your previous changes. Use
693 @kbd{M-x customize-saved} to look at the settings that you have saved. 693 @kbd{M-x customize-saved} to look at the settings that you have saved.
694 Use @kbd{M-x customize-customized} to look at the settings that you 694 Use @kbd{M-x customize-unsaved} to look at the settings that you
695 have set but not saved. 695 have set but not saved.
696 696
697 @node Custom Themes 697 @node Custom Themes
698 @subsection Customization Themes 698 @subsection Customization Themes
699 @cindex custom themes 699 @cindex custom themes