From: Gerd Moellmann Date: Wed, 6 Oct 1999 23:35:28 +0000 (+0000) Subject: (defface): Extend documentation for new values of `type'. X-Git-Tag: emacs-pretest-21.0.90~6554 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48f68b550e4ab839423d6b5bf59d361ba1802916;p=emacs.git (defface): Extend documentation for new values of `type'. --- 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'.