summaryrefslogtreecommitdiff
path: root/lisp/facemenu.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-08-10 04:31:21 +0000
committerRichard M. Stallman <rms@gnu.org>2006-08-10 04:31:21 +0000
commitdf3406fb339a04170f456cddabbcc744641ee9f7 (patch)
tree1cea4a40de491207955fdebf5b53f9db766dfd95 /lisp/facemenu.el
parent1eecd709f475047b06473da60b5fb4d3d26e3a4a (diff)
downloademacs-df3406fb339a04170f456cddabbcc744641ee9f7.tar.gz
(facemenu-listed-faces): Doc fix.
Diffstat (limited to 'lisp/facemenu.el')
-rw-r--r--lisp/facemenu.el28
1 files changed, 17 insertions, 11 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el
index 3c43bfbad7a..eaaf4dacd72 100644
--- a/lisp/facemenu.el
+++ b/lisp/facemenu.el
@@ -134,18 +134,24 @@ just before \"Other\" at the end."
(defcustom facemenu-listed-faces nil
"*List of faces to include in the Face menu.
-Each element should be a symbol, which is the name of a face.
+Each element should be a symbol, the name of a face.
The \"basic \" faces in `facemenu-keybindings' are automatically
-added to the Face menu, and are not included in this list.
-
-You can set this list before loading facemenu.el, or add a face to it before
-creating that face if you want it to be listed. If you change the
-variable so as to eliminate faces that have already been added to the menu,
-call `facemenu-update' to recalculate the menu contents.
-
-If this variable is t, all faces will be added to the menu. This
-is useful for setting temporarily if you want to add faces to the
-menu when they are created."
+added to the Face menu, and need not be in this list.
+
+This value takes effect when you load facemenu.el. If the
+list includes symbols which are not defined as faces, they
+are ignored; however, subsequently defining or creating
+those faces adds them to the menu then. You can call
+`facemenu-update' to recalculate the menu contents, such as
+if you change the value of this variable,
+
+If this variable is t, all faces that you apply to text
+using the face menu commands (even by name), and all faces
+that you define or create, are added to the menu. You may
+find it useful to set this variable to t temporarily while
+you define some faces, so that they will be added. However,
+if the value is no longer t and you call `facemenu-update',
+it will remove any faces not explicitly in the list."
:type '(choice (const :tag "List all faces" t)
(const :tag "None" nil)
(repeat symbol))