comparison lisp/custom.el @ 64441:d0cd5eb4d042

(custom-known-themes): Delete duplicate words.
author Juri Linkov <juri@jurta.org>
date Mon, 18 Jul 2005 15:17:30 +0000
parents e2e79eb7ab71
children 41bb365f41c4 187d6a1f84f7
comparison
equal deleted inserted replaced
64440:41bfd05eff2a 64441:d0cd5eb4d042
582 582
583 (defvar custom-known-themes '(user standard) 583 (defvar custom-known-themes '(user standard)
584 "Themes that have been defined with `deftheme'. 584 "Themes that have been defined with `deftheme'.
585 The default value is the list (user standard). The theme `standard' 585 The default value is the list (user standard). The theme `standard'
586 contains the Emacs standard settings from the original Lisp files. The 586 contains the Emacs standard settings from the original Lisp files. The
587 theme `user' contains all the the settings the user customized and saved. 587 theme `user' contains all the settings the user customized and saved.
588 Additional themes declared with the `deftheme' macro will be added to 588 Additional themes declared with the `deftheme' macro will be added to
589 the front of this list.") 589 the front of this list.")
590 590
591 (defsubst custom-theme-p (theme) 591 (defsubst custom-theme-p (theme)
592 "Non-nil when THEME has been defined." 592 "Non-nil when THEME has been defined."