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 | 9d7321b8d73b342ff2246701a4fd2cee04743931 (patch) | |
tree | 6a0fcf6c5b6aa237de05df08264d883fba672b9a | |
parent | 25757823ae6ddcaf6f11c44fe875a6ccef815974 (diff) | |
download | emacs-9d7321b8d73b342ff2246701a4fd2cee04743931.tar.gz |
(defface): Extend documentation for new values of `type'.
-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'. |