changeset 25888:7144668076c7

(defface): Extend documentation for new values of `type'.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 06 Oct 1999 23:35:28 +0000
parents 099a3776ff00
children 75e266ee9b9c
files lisp/custom.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/custom.el	Wed Oct 06 23:32:26 1999 +0000
+++ b/lisp/custom.el	Wed Oct 06 23:35:28 1999 +0000
@@ -238,7 +238,9 @@
 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'.