summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2006-01-23 01:30:13 +0000
committerJuri Linkov <juri@jurta.org>2006-01-23 01:30:13 +0000
commit2788f0fe9667b1450d42a2c054e0d052f63e86cf (patch)
tree70526a6f41340b1f88af0f79c7974d295d5ef4fa /man
parent7528720632ddee724a0bcbd802fed55cad7af143 (diff)
downloademacs-2788f0fe9667b1450d42a2c054e0d052f63e86cf.tar.gz
(Easy Customization, Customization Groups)
(Browsing Custom): Mention links along with buttons.
Diffstat (limited to 'man')
-rw-r--r--man/custom.texi22
1 files changed, 12 insertions, 10 deletions
diff --git a/man/custom.texi b/man/custom.texi
index 921f1b0320d..509a63a4de2 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -202,7 +202,7 @@ and set their values, and to save settings permanently in your
The appearance of the example buffers in this section is typically
different under a window system, since faces are then used to indicate
-buttons and editable fields.
+buttons, links and editable fields.
@menu
* Groups: Customization Groups. How settings are classified in a structure.
@@ -256,16 +256,18 @@ line.
@cindex editable fields (customization buffer)
@cindex buttons (customization buffer)
+@cindex links (customization buffer)
Most of the text in the customization buffer is read-only, but it
typically includes some @dfn{editable fields} that you can edit.
-There are also @dfn{buttons}, which do something when you @dfn{invoke}
-them. To invoke a button, either click on it with @kbd{Mouse-1}, or
-move point to it and type @key{RET}.
+There are also @dfn{buttons} and @dfn{links}, which do something when
+you @dfn{invoke} them. To invoke a button or a link, either click on
+it with @kbd{Mouse-1}, or move point to it and type @key{RET}.
- For example, the phrase @samp{[Go to Group]} that appears in a
-second-level group is a button. Invoking it creates a new
-customization buffer, which shows that group and its contents. This
-is a kind of hypertext link to another group.
+ For example, the phrase @samp{[State]} that appears in
+a second-level group is a button. It operates on the same
+customization buffer. The phrase @samp{[Go to Group]} is a kind
+of hypertext link to another group. Invoking it creates a new
+customization buffer, which shows that group and its contents.
The @code{Emacs} group includes a few settings, but mainly it
contains other groups, which contain more groups, which contain the
@@ -288,8 +290,8 @@ structure.
@samp{[+]}. When the group contents are visible, this button changes to
@samp{[-]}; invoking that hides the group contents.
- Each setting in this buffer has a button which says @samp{[Group]},
-@samp{[Option]} or @samp{[Face]}. Invoking this button creates an
+ Each setting in this buffer has a link which says @samp{[Group]},
+@samp{[Option]} or @samp{[Face]}. Invoking this link creates an
ordinary customization buffer showing just that group and its
contents, just that user option, or just that face. This is the way
to change settings that you find with @kbd{M-x customize-browse}.