From: Richard M. Stallman Date: Sun, 30 Jan 2005 11:26:25 +0000 (+0000) Subject: (Glossary) : Add xref. X-Git-Tag: ttn-vms-21-2-B4~2528 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12e737f868df17955af01b810249202134f8ee72;p=emacs.git (Glossary) : Add xref. : Change definition--include faces. Change xref. --- diff --git a/man/glossary.texi b/man/glossary.texi index 017630801a6..5782ee7f2d8 100644 --- a/man/glossary.texi +++ b/man/glossary.texi @@ -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.