diff options
| author | Richard M. Stallman <rms@gnu.org> | 1996-08-14 21:32:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1996-08-14 21:32:10 +0000 |
| commit | 5e70d78de39f870604460e30bbdc583778153b92 (patch) | |
| tree | bbc6c4ab58ff0f096ddcff6baa5d7fdde0e75f4b /lisp/textmodes | |
| parent | c05524ad91886f1bb9d9c2cd1c569753e28b155e (diff) | |
| download | emacs-5e70d78de39f870604460e30bbdc583778153b92.tar.gz | |
(html-tag-alist): Fix the entry for "font".
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/sgml-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index e3cb71c569e..5b4c5fb52a8 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -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) |
