# HG changeset patch # User Eli Zaretskii # Date 982865621 0 # Node ID e4408f5badaf7e16574de43ac99bdac0d6f1bfc1 # Parent 4f19e6a45a2d88086193d14c0bf33c6d68e08b47 Fix a typo in a comment. diff -r 4f19e6a45a2d -r e4408f5badaf lisp/textmodes/texinfmt.el --- 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