From: Juanma Barranquero Date: Wed, 6 Jul 2005 13:58:31 +0000 (+0000) Subject: (w32-fixed-font-alist): Fix typo in `defcustom' tag. X-Git-Tag: emacs-pretest-22.0.90~8340 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d25dfeedfc7688bc29f645d44953cb23a87ae968;p=emacs.git (w32-fixed-font-alist): Fix typo in `defcustom' tag. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05549c09c88..f598df3cd1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-07-06 Juanma Barranquero + + * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag. + 2005-07-05 Lute Kamstra * 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." (string :tag "Title") (repeat :inline t (choice :tag "" - (const :tag "Seperator" ("")) + (const :tag "Separator" ("")) (list :tag "Font Entry" (string :tag "Menu text") (string :tag "Font")))))))