diff options
| author | Juanma Barranquero | 2005-07-06 13:58:31 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-07-06 13:58:31 +0000 |
| commit | d25dfeedfc7688bc29f645d44953cb23a87ae968 (patch) | |
| tree | be5a875c621c58ce4fe9f1f864451ca5bff486de | |
| parent | edfaf76da92ee7722580a29fefc7e30540a5199e (diff) | |
| download | emacs-d25dfeedfc7688bc29f645d44953cb23a87ae968.tar.gz emacs-d25dfeedfc7688bc29f645d44953cb23a87ae968.zip | |
(w32-fixed-font-alist): Fix typo in `defcustom' tag.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/w32-vars.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05549c09c88..f598df3cd1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-07-06 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag. | ||
| 4 | |||
| 1 | 2005-07-05 Lute Kamstra <lute@gnu.org> | 5 | 2005-07-05 Lute Kamstra <lute@gnu.org> |
| 2 | 6 | ||
| 3 | * battery.el: Add support for Darwin (with much debugging help | 7 | * battery.el: Add support for Darwin (with much debugging help |
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index 5c6741a3f3e..8e998b9968d 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el | |||
| @@ -143,7 +143,7 @@ menu if the variable `w32-use-w32-font-dialog' is nil." | |||
| 143 | (string :tag "Title") | 143 | (string :tag "Title") |
| 144 | (repeat :inline t | 144 | (repeat :inline t |
| 145 | (choice :tag "" | 145 | (choice :tag "" |
| 146 | (const :tag "Seperator" ("")) | 146 | (const :tag "Separator" ("")) |
| 147 | (list :tag "Font Entry" | 147 | (list :tag "Font Entry" |
| 148 | (string :tag "Menu text") | 148 | (string :tag "Menu text") |
| 149 | (string :tag "Font"))))))) | 149 | (string :tag "Font"))))))) |