]> git.eshelyaron.com Git - emacs.git/commitdiff
(html-tag-alist): Fix the entry for "font".
authorRichard M. Stallman <rms@gnu.org>
Wed, 14 Aug 1996 21:32:10 +0000 (21:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 14 Aug 1996 21:32:10 +0000 (21:32 +0000)
lisp/textmodes/sgml-mode.el

index e3cb71c569e6410e8b0b44e0ce433e9b9145afee..5b4c5fb52a81ba4c5aae88d3dab9b8601a6a356b 100644 (file)
@@ -886,7 +886,7 @@ This takes effect when first loading the library.")
     `(("a" ,name ,@link)
       ("base" t ,@href)
       ("dir" ,@list)
-      ("font" "size" ("-1") ("+1") ("-2") ("+2") ,@(cdr (cdr 1-9)))
+      ("font" ("size" ("-1") ("+1") ("-2") ("+2") ,@(cdr (cdr 1-9))))
       ("form" (\n _ \n "<input type=\"submit\" value=\"\">")
        ("action" ,@(cdr href)) ("method" ("get") ("post")))
       ("h1" ,@align)