From: Eli Zaretskii Date: Thu, 22 Feb 2001 18:13:41 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Tag: emacs-pretest-21.0.99~206 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ff163fdcdd0a5c24c6fa9863c47fbaa6c48f92c;p=emacs.git Fix a typo in a comment. --- 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