From 98d9090497383f938d3349e5c313cf50a8b419b7 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 16 Jun 2005 16:23:46 +0000 Subject: [PATCH] (sgml-calculate-indent, html-tag-help): Fix spellings. --- lisp/textmodes/sgml-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 7e1167a9396..8e83a8fe90f 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -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") -- 2.39.2