diff options
| author | Eli Zaretskii | 2000-07-31 10:27:45 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-07-31 10:27:45 +0000 |
| commit | 141855659185e5c657c8e4534f9ea27d023857eb (patch) | |
| tree | 144abab0256783ffedf9f3d771e0f7414f0f6e4d | |
| parent | 4a2017580abaa73cbff2173446548e8e117fbfba (diff) | |
| download | emacs-141855659185e5c657c8e4534f9ea27d023857eb.tar.gz emacs-141855659185e5c657c8e4534f9ea27d023857eb.zip | |
Fix a typo in a comment. Reported by Michel de Ruiter <Michel@smr.nl>.
| -rw-r--r-- | lisp/term/internal.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/internal.el b/lisp/term/internal.el index 8c7864a81c5..d83878fb19a 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el | |||
| @@ -316,7 +316,7 @@ display tables, and the language environment options as appropriate." | |||
| 316 | ;; upper case. This will look funny on terminals which | 316 | ;; upper case. This will look funny on terminals which |
| 317 | ;; display other code pages. In particular, what is | 317 | ;; display other code pages. In particular, what is |
| 318 | ;; displayed as blanks or triangles are not what they | 318 | ;; displayed as blanks or triangles are not what they |
| 319 | ;; look lile at all! (Use `C-x =' to see what they | 319 | ;; look like at all! (Use `C-x =' to see what they |
| 320 | ;; really are.) | 320 | ;; really are.) |
| 321 | (chars | 321 | (chars |
| 322 | (cond | 322 | (cond |