emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b003026: ; Spelling fix


From: Paul Eggert
Subject: [Emacs-diffs] master b003026: ; Spelling fix
Date: Thu, 10 Sep 2015 15:49:18 +0000

branch: master
commit b0030269c9ca1263498341d51bbfc5387f489ab7
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; Spelling fix
---
 lisp/international/mule-util.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el
index 9025863..b575c2b 100644
--- a/lisp/international/mule-util.el
+++ b/lisp/international/mule-util.el
@@ -284,7 +284,7 @@ per-character basis, this may not be accurate."
                 ;; On a text terminal supporting glyph codes, CHAR is
                 ;; displayable if its glyph code is nonnegative.
                 (<= 0 font-glyph))
-            ;; On a teext terminal without glyph codes, CHAR is displayable
+            ;; On a text terminal without glyph codes, CHAR is displayable
             ;; if the coding system for the terminal can encode it.
             (let ((coding (terminal-coding-system)))
               (when coding



reply via email to

[Prev in Thread] Current Thread [Next in Thread]