]> code.delx.au - gnu-emacs/commitdiff
(Glossary) <Faces>: Add xref.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Jan 2005 11:26:25 +0000 (11:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Jan 2005 11:26:25 +0000 (11:26 +0000)
<User Option>: Change definition--include faces.  Change xref.

man/glossary.texi

index 017630801a6805ca94d041ea72e7b63712ed1318..5782ee7f2d8ba859d076e3153ad16dc42bc2fe8b 100644 (file)
@@ -434,6 +434,7 @@ such as font family and size, foreground and background colors,
 underline and strike-through, background stipple, etc.  Emacs provides
 features to associate specific faces with portions of buffer text, in
 order to display that text as specified by the face attributes.
+@xref{Faces}.
 
 @item File Locking
 Emacs uses file locking to notice when two different users
@@ -1223,8 +1224,9 @@ back the text that existed earlier in the editing session.
 @xref{Undo}.
 
 @item User Option
-A user option is a variable (q.v.@:) that exists so that you can customize
-Emacs by setting it to a new value.  @xref{Variables}.
+A user option is a face (q.v.@:) or a variable (q.v.@:) that exists so
+that you can customize Emacs by setting it to a new value.
+@xref{Easy Customization}.
 
 @item Variable
 A variable is an object in Lisp that can store an arbitrary value.