diff lisp/textmodes/texinfmt.el @ 36300:e4408f5badaf

Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 22 Feb 2001 18:13:41 +0000
parents 6619db0066d9
children 92c065fa43f6
line wrap: on
line diff
--- a/lisp/textmodes/texinfmt.el	Thu Feb 22 15:26:28 2001 +0000
+++ b/lisp/textmodes/texinfmt.el	Thu Feb 22 18:13:41 2001 +0000
@@ -868,7 +868,7 @@
          ;; 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