Resorted; add missing `ideographic-strokes' attributes; use
[chise/xemacs-chise.git] / lisp / custom.el
index 316e925..29486f5 100644 (file)
 ;;; Code:
 
 (eval-when-compile
-  (load "cl-macs"))
+  (load "cl-macs" nil t))
 
-(if (not (fboundp 'defun*))
-    (autoload 'defun* "cl-macs"))
+(autoload 'custom-declare-face "cus-face")
+(autoload 'defun* "cl-macs")
 
 (require 'widget)
 
@@ -227,7 +227,7 @@ For the DISPLAY to match a 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'.
+  Should be one of `x', `mswindows', or `tty'.
 
 `class' (the frame's color support)
   Should be one of `color', `grayscale', or `mono'.
@@ -572,7 +572,7 @@ BODY is as with custom-theme-load-themes."
 (defun custom-theme-value (theme theme-spec-list)
   "Determine the value for THEME defined by THEME-SPEC-LIST.
 Returns (list value) if found. Nil otherwise."
-  ;; Note we do _NOT_ singal an error if the theme is unkown
+  ;; Note we do _NOT_ signal an error if the theme is unknown
   ;; it might have gone away without the user knowing.
   (let ((theme-or-lower (memq theme (cons 'user custom-loaded-themes)))
         value)