]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32-fixed-font-alist): Fix typo in `defcustom' tag.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 6 Jul 2005 13:58:31 +0000 (13:58 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 6 Jul 2005 13:58:31 +0000 (13:58 +0000)
lisp/ChangeLog
lisp/w32-vars.el

index 05549c09c8859affbebbbf57ef2a99389f003b4c..f598df3cd1d93d15a3d6ca07b52904c7a3326465 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
+
 2005-07-05  Lute Kamstra  <lute@gnu.org>
 
        * battery.el: Add support for Darwin (with much debugging help
index 5c6741a3f3e4b9bd959913b8812c17aedfbc8b6a..8e998b9968d9dbfe751b714baa4e7112d38fba96 100644 (file)
@@ -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")))))))