From 395c68b725d0e4d0bb7ceda4ec045c941b045751 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 21 Oct 2002 09:07:36 +0000 Subject: [PATCH] (html-imenu-index): Fix typo. --- lisp/textmodes/sgml-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index ab1eab60e7d..480a5dbb47e 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -1132,7 +1132,7 @@ This takes effect when first loading the library.") ("dir" . "Directory list (obsolete)") ("dl" . "Definition list") ("dt" . "Term to be definined") - ("em" . "Emphasised") + ("em" . "Emphasised") ("embed" . "Embedded data in foreign format") ("fig" . "Figure") ("figa" . "Figure anchor") @@ -1249,7 +1249,7 @@ To work around that, do: (setq sentence-end (if sentence-end-double-space "[.?!][]\"')}]*\\(<[^>]*>\\)*\\($\\| $\\|\t\\| \\)[ \t\n]*" - + "[.?!][]\"')}]*\\(<[^>]*>\\)*\\($\\| \\|\t\\)[ \t\n]*")) (setq sgml-tag-alist html-tag-alist sgml-face-tag-alist html-face-tag-alist @@ -1272,7 +1272,7 @@ The second `match-string' matches extra tags and is ignored. The third `match-string' will be the used in the menu.") (defun html-imenu-index () - "Return an table of contents for an HTML buffer for use with Imenu." + "Return a table of contents for an HTML buffer for use with Imenu." (let (toc-index) (save-excursion (goto-char (point-min)) -- 2.39.2