]> git.eshelyaron.com Git - emacs.git/commitdiff
(sgml-calculate-indent, html-tag-help): Fix spellings.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Jun 2005 16:23:46 +0000 (16:23 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Jun 2005 16:23:46 +0000 (16:23 +0000)
lisp/textmodes/sgml-mode.el

index 7e1167a9396a3a5ff0b09ba25f2a9d83c3e88f62..8e83a8fe90ff2cf8d1685399b0063738b503cf60 100644 (file)
@@ -1386,7 +1386,7 @@ LCON is the lexical context, if any."
            (* sgml-basic-offset (length context)))))))
 
     (otherwise
-     (error "Unrecognised context %s" (car lcon)))
+     (error "Unrecognized context %s" (car lcon)))
 
     ))
 
@@ -1721,7 +1721,7 @@ This takes effect when first loading the library.")
     ("dir" . "Directory list (obsolete)")
     ("dl" . "Definition list")
     ("dt" . "Term to be definined")
-    ("em" . "Emphasised")
+    ("em" . "Emphasized")
     ("embed" . "Embedded data in foreign format")
     ("fig" . "Figure")
     ("figa" . "Figure anchor")