summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-02-22 18:13:41 +0000
committerEli Zaretskii <eliz@gnu.org>2001-02-22 18:13:41 +0000
commit4ff163fdcdd0a5c24c6fa9863c47fbaa6c48f92c (patch)
tree4e93c67dfad8d701adda55d0a94e4e62cbefc4bf /lisp
parentac9dcddd25f251a809ae6c83e7ff158d64f525db (diff)
downloademacs-4ff163fdcdd0a5c24c6fa9863c47fbaa6c48f92c.tar.gz
Fix a typo in a comment.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/texinfmt.el2
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