diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-10-06 23:35:28 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-10-06 23:35:28 +0000 |
commit | 48f68b550e4ab839423d6b5bf59d361ba1802916 (patch) | |
tree | 7a1dd12bacb20d32b54b6233653647457434b209 /lisp/custom.el | |
parent | ee716db5e0b22c2f197fec91caff0c24024b5830 (diff) | |
download | emacs-48f68b550e4ab839423d6b5bf59d361ba1802916.tar.gz |
(defface): Extend documentation for new values of `type'.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r-- | lisp/custom.el | 4 |
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'. |