diff options
| author | Eli Zaretskii | 2001-02-22 18:13:41 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-02-22 18:13:41 +0000 |
| commit | 4ff163fdcdd0a5c24c6fa9863c47fbaa6c48f92c (patch) | |
| tree | 4e93c67dfad8d701adda55d0a94e4e62cbefc4bf | |
| parent | ac9dcddd25f251a809ae6c83e7ff158d64f525db (diff) | |
| download | emacs-4ff163fdcdd0a5c24c6fa9863c47fbaa6c48f92c.tar.gz emacs-4ff163fdcdd0a5c24c6fa9863c47fbaa6c48f92c.zip | |
Fix a typo in a comment.
| -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.") | |||
| 868 | ;; Otherwise: the other characters are simply quoted. Delete the @. | 868 | ;; Otherwise: the other characters are simply quoted. Delete the @. |
| 869 | (t | 869 | (t |
| 870 | (delete-char -1) | 870 | (delete-char -1) |
| 871 | ;; Be compatible with makeinfo: if @' and its ild are | 871 | ;; Be compatible with makeinfo: if @' and its ilk are |
| 872 | ;; followed by a @ without a brace, barf. | 872 | ;; followed by a @ without a brace, barf. |
| 873 | (if (looking-at "[\"'^`~=]") | 873 | (if (looking-at "[\"'^`~=]") |
| 874 | (progn | 874 | (progn |