X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fcustom.el;h=49616dc4508965a76a4f14b9741e8987056d5e95;hb=1a5e6d5283da6884ea5174abb431256f120c1b0c;hp=316e925b1d3de5fe1288505c8071b50a4463ce97;hpb=afa9772e3fcbb4e80e3e4cfd1a40b4fccc6d08b8;p=chise%2Fxemacs-chise.git- diff --git a/lisp/custom.el b/lisp/custom.el index 316e925..49616dc 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -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)