summaryrefslogtreecommitdiff
path: root/lisp/custom.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-10-06 23:35:28 +0000
committerGerd Moellmann <gerd@gnu.org>1999-10-06 23:35:28 +0000
commit9d7321b8d73b342ff2246701a4fd2cee04743931 (patch)
tree6a0fcf6c5b6aa237de05df08264d883fba672b9a /lisp/custom.el
parent25757823ae6ddcaf6f11c44fe875a6ccef815974 (diff)
downloademacs-9d7321b8d73b342ff2246701a4fd2cee04743931.tar.gz
(defface): Extend documentation for new values of `type'.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r--lisp/custom.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index e07aea2c953..821e0f3232f 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -238,7 +238,9 @@ FRAME, the REQ property of the frame must match one of the ITEM. The
following REQ are defined:
`type' (the value of `window-system')
- Should be one of `x' or `tty'.
+ Under X, in addition to the values `window-system' can take,
+ `motif', `lucid' and `x-toolkit' are allowed, and match when
+ the Motif toolkit, Lucid toolkit, or any X toolkit is in use.
`class' (the frame's color support)
Should be one of `color', `grayscale', or `mono'.