aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2006-01-12 02:39:09 +0000
committerLuc Teirlinck2006-01-12 02:39:09 +0000
commit6975573c361fa97f1b2991e2776dbe178a9a5aae (patch)
tree8b4e8f0f7314ef7f53ebe6276cccbb763bb33663
parent52bcabfe04d61de77d453ae63edbb487bc356e76 (diff)
downloademacs-6975573c361fa97f1b2991e2776dbe178a9a5aae.tar.gz
emacs-6975573c361fa97f1b2991e2776dbe178a9a5aae.zip
(Changing a Variable, Face Customization): Update for changes in Custom menus.
-rw-r--r--man/custom.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/custom.texi b/man/custom.texi
index f71a0353f50..9b93b56a08f 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -230,7 +230,7 @@ under it. It looks like this, in part:
230 230
231@smallexample 231@smallexample
232/- Emacs group: ---------------------------------------------------\ 232/- Emacs group: ---------------------------------------------------\
233 [State]: visible group members are all at standard settings. 233 [State]: visible group members are all at standard values.
234 Customization of the One True Editor. 234 Customization of the One True Editor.
235 See also [Manual]. 235 See also [Manual].
236 236
@@ -446,7 +446,7 @@ Customizations}).
446There are actually four reset operations: 446There are actually four reset operations:
447 447
448@table @samp 448@table @samp
449@item Reset to Current 449@item Undo Edits
450If you have made some modifications and not yet set the variable, 450If you have made some modifications and not yet set the variable,
451this restores the text in the customization buffer to match 451this restores the text in the customization buffer to match
452the actual value. 452the actual value.
@@ -460,7 +460,7 @@ This sets the variable to its standard value, and updates the text
460accordingly. This also eliminates any saved value for the variable, 460accordingly. This also eliminates any saved value for the variable,
461so that you will get the standard value in future Emacs sessions. 461so that you will get the standard value in future Emacs sessions.
462 462
463@item Use Backup Value 463@item Set to Backup Value
464This sets the variable to a previous value that was set in the 464This sets the variable to a previous value that was set in the
465customization buffer in this session. If you customize a variable 465customization buffer in this session. If you customize a variable
466and then reset it, which discards the customized value, 466and then reset it, which discards the customized value,
@@ -481,7 +481,7 @@ edited, set or saved.
481 481
482@smallexample 482@smallexample
483 [Set for Current Session] [Save for Future Sessions] 483 [Set for Current Session] [Save for Future Sessions]
484 [Reset to Current] [Reset to Saved] [Erase Customization] [Finish] 484 [Undo Edits] [Reset to Saved] [Erase Customization] [Finish]
485@end smallexample 485@end smallexample
486 486
487@vindex custom-buffer-done-function 487@vindex custom-buffer-done-function
@@ -591,8 +591,8 @@ variables (@pxref{Changing a Variable}).
591 A face can specify different appearances for different types of 591 A face can specify different appearances for different types of
592display. For example, a face can make text red on a color display, but 592display. For example, a face can make text red on a color display, but
593use a bold font on a monochrome display. To specify multiple 593use a bold font on a monochrome display. To specify multiple
594appearances for a face, select @samp{Show all display specs} in the menu you 594appearances for a face, select @samp{For All Kinds of Displays} in the
595get from invoking @samp{[State]}. 595menu you get from invoking @samp{[State]}.
596 596
597@findex modify-face 597@findex modify-face
598 Another more basic way to set the attributes of a specific face is 598 Another more basic way to set the attributes of a specific face is