aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2006-01-02 15:29:32 +0000
committerChong Yidong2006-01-02 15:29:32 +0000
commitfb61efe61dbc893bc1fd02bc357bfd45b664670c (patch)
treeb20a5376452e7759abe2e8021d93d0e9e227e12b
parentc2e2f9be2c104f1c151fd31ca979ac57a6298e4a (diff)
downloademacs-fb61efe61dbc893bc1fd02bc357bfd45b664670c.tar.gz
emacs-fb61efe61dbc893bc1fd02bc357bfd45b664670c.zip
Doc fix.
-rw-r--r--lisp/custom.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index 5c89f928f0c..7c978187c2d 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -750,8 +750,6 @@ E.g. dumped variables whose default depends on run-time information."
750;; `theme-face' properties, but the theme's own `theme-settings' 750;; `theme-face' properties, but the theme's own `theme-settings'
751;; property remains unchanged. 751;; property remains unchanged.
752 752
753;;; Defining themes
754
755(defvar custom-known-themes '(user changed) 753(defvar custom-known-themes '(user changed)
756 "Themes that have been defined with `deftheme'. 754 "Themes that have been defined with `deftheme'.
757The default value is the list (user changed). The theme `changed' 755The default value is the list (user changed). The theme `changed'