diff options
| author | Juri Linkov | 2005-07-18 15:17:30 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-07-18 15:17:30 +0000 |
| commit | 9b05fb22809179f62bce18112f2f6ef062138f83 (patch) | |
| tree | 2994e9f3db31964445b5ccfed1a6bb62c6c5fc3e | |
| parent | 1214bb6e49ca390307377712044d73b220025a39 (diff) | |
| download | emacs-9b05fb22809179f62bce18112f2f6ef062138f83.tar.gz emacs-9b05fb22809179f62bce18112f2f6ef062138f83.zip | |
(custom-known-themes): Delete duplicate words.
| -rw-r--r-- | lisp/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index 9766c77a256..cfb4373fdab 100644 --- a/lisp/custom.el +++ b/lisp/custom.el | |||
| @@ -584,7 +584,7 @@ This recursively follows aliases." | |||
| 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 | ||