From 48f68b550e4ab839423d6b5bf59d361ba1802916 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 6 Oct 1999 23:35:28 +0000 Subject: [PATCH] (defface): Extend documentation for new values of `type'. --- lisp/custom.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'. -- 2.39.5