diff options
| author | Chong Yidong | 2006-01-02 15:29:32 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-01-02 15:29:32 +0000 |
| commit | fb61efe61dbc893bc1fd02bc357bfd45b664670c (patch) | |
| tree | b20a5376452e7759abe2e8021d93d0e9e227e12b | |
| parent | c2e2f9be2c104f1c151fd31ca979ac57a6298e4a (diff) | |
| download | emacs-fb61efe61dbc893bc1fd02bc357bfd45b664670c.tar.gz emacs-fb61efe61dbc893bc1fd02bc357bfd45b664670c.zip | |
Doc fix.
| -rw-r--r-- | lisp/custom.el | 2 |
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'. |
| 757 | The default value is the list (user changed). The theme `changed' | 755 | The default value is the list (user changed). The theme `changed' |