From 15dc09cf241b2f4b36657b2184e09655849a5375 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 9 Sep 1999 08:47:15 +0000 Subject: [PATCH] (defface): Fix doc string. --- tinycustom.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tinycustom.el b/tinycustom.el index 0a8e97d..c737d53 100644 --- a/tinycustom.el +++ b/tinycustom.el @@ -78,9 +78,9 @@ The following KEYWORDs are defined: SPEC should be an alist of the form ((DISPLAY ATTS)...). -ATTS is of the form (KEY TYPE SET GET) where KEY is a symbol of -`:foreground', `:background', `:bold', `:italic' or `:underline'. -The other KEYs are ignored. +ATTS is of the form (KEY VALUE) where KEY is a symbol of `:foreground', +`:background', `:bold', `:italic' or `:underline'. The other KEYs are +ignored. The ATTS of the first entry in SPEC where the DISPLAY matches the frame should take effect in that frame. DISPLAY can either be the -- 1.7.10.4