Mercurial > emacs
changeset 63521:0f90f64f45d8
(sgml-calculate-indent, html-tag-help): Fix spellings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 16 Jun 2005 16:23:46 +0000 |
parents | ba5c73889cbc |
children | 96b14b14568b |
files | lisp/textmodes/sgml-mode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/sgml-mode.el Thu Jun 16 16:21:50 2005 +0000 +++ b/lisp/textmodes/sgml-mode.el Thu Jun 16 16:23:46 2005 +0000 @@ -1386,7 +1386,7 @@ (* sgml-basic-offset (length context))))))) (otherwise - (error "Unrecognised context %s" (car lcon))) + (error "Unrecognized context %s" (car lcon))) )) @@ -1721,7 +1721,7 @@ ("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")