Mercurial > emacs
changeset 36300:e4408f5badaf
Fix a typo in a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 22 Feb 2001 18:13:41 +0000 |
parents | 4f19e6a45a2d |
children | 3c4384777d5a |
files | lisp/textmodes/texinfmt.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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