diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-02-22 18:13:41 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-02-22 18:13:41 +0000 |
commit | 4ff163fdcdd0a5c24c6fa9863c47fbaa6c48f92c (patch) | |
tree | 4e93c67dfad8d701adda55d0a94e4e62cbefc4bf /lisp | |
parent | ac9dcddd25f251a809ae6c83e7ff158d64f525db (diff) | |
download | emacs-4ff163fdcdd0a5c24c6fa9863c47fbaa6c48f92c.tar.gz |
Fix a typo in a comment.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/texinfmt.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |