XEmacs 21.2.28 "Hermes".
[chise/xemacs-chise.git.1] / lisp / custom.el
index 316e925..fa7d2b1 100644 (file)
@@ -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)