summaryrefslogtreecommitdiff
path: root/lisp/disp-table.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-01-04 19:12:41 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2020-01-04 19:13:23 -0800
commit505ed064a090ff544abc1c7b496ebf7658b040ee (patch)
tree60470ee7147806003aa02b930f52f9892f520197 /lisp/disp-table.el
parent39101173fe7434827e69fb92041fd857a9152509 (diff)
downloademacs-505ed064a090ff544abc1c7b496ebf7658b040ee.tar.gz
; Some that->than fixes.
Diffstat (limited to 'lisp/disp-table.el')
-rw-r--r--lisp/disp-table.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/disp-table.el b/lisp/disp-table.el
index fe63573c0a3..2e88d350245 100644
--- a/lisp/disp-table.el
+++ b/lisp/disp-table.el
@@ -221,7 +221,7 @@ for a graphical frame."
(defun make-glyph-code (char &optional face)
"Return a glyph code representing char CHAR with face FACE."
;; Due to limitations on Emacs integer values, faces with
- ;; face id greater that 512 are silently ignored.
+ ;; face id greater than 512 are silently ignored.
(if (not face)
char
(let ((fid (face-id face)))