From 4ff163fdcdd0a5c24c6fa9863c47fbaa6c48f92c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 22 Feb 2001 18:13:41 +0000 Subject: [PATCH] Fix a typo in a comment. --- lisp/textmodes/texinfmt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 0441602b3a7..461dd9c4399 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -868,7 +868,7 @@ lower types.") ;; Otherwise: the other characters are simply quoted. Delete the @. (t (delete-char -1) - ;; Be compatible with makeinfo: if @' and its ild are + ;; Be compatible with makeinfo: if @' and its ilk are ;; followed by a @ without a brace, barf. (if (looking-at "[\"'^`~=]") (progn -- 2.39.5