emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/custom.texi


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/man/custom.texi
Date: Mon, 23 Jan 2006 01:30:13 +0000

Index: emacs/man/custom.texi
diff -u emacs/man/custom.texi:1.104 emacs/man/custom.texi:1.105
--- emacs/man/custom.texi:1.104 Thu Jan 19 17:34:34 2006
+++ emacs/man/custom.texi       Mon Jan 23 01:30:13 2006
@@ -202,7 +202,7 @@
 
   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 @@
 
 @cindex editable fields (customization buffer)
 @cindex buttons (customization buffer)
address@hidden 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}.
-
-  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.
+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{[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 @@
 @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]},
address@hidden or @samp{[Face]}.  Invoking this button creates an
+  Each setting in this buffer has a link which says @samp{[Group]},
address@hidden 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}.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]