changeset 64107:c88d98c10ab2

(w32-fixed-font-alist): Fix typo in `defcustom' tag.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 06 Jul 2005 13:54:58 +0000
parents d3574aba2770
children e663ffe2941f
files lisp/w32-vars.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/w32-vars.el	Wed Jul 06 12:07:32 2005 +0000
+++ b/lisp/w32-vars.el	Wed Jul 06 13:54:58 2005 +0000
@@ -143,7 +143,7 @@
 	      (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")))))))