]> git.eshelyaron.com Git - emacs.git/commitdiff
; Some that->than fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Jan 2020 03:12:41 +0000 (19:12 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Jan 2020 03:13:23 +0000 (19:13 -0800)
lisp/disp-table.el
lisp/speedbar.el
src/xdisp.c

index fe63573c0a31b0c1b56aa7fef3e928dde287b217..2e88d3502453f2b32380736698a08c10327037b5 100644 (file)
@@ -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)))
index 646f3289110c87e549ad6c25298c1e0a8d76e69e..4b5129f33c74c6dfce0d543b431a00b5d5ed1d36 100644 (file)
@@ -1703,7 +1703,7 @@ argument."
       (put-text-property start end 'help-echo #'dframe-help-echo))
   (if function (put-text-property start end 'speedbar-function function))
   (if token (put-text-property start end 'speedbar-token token))
-  ;; So far the only text we have is less that 3 chars.
+  ;; So far the only text we have is less than 3 chars.
   (if (<= (- end start) 3)
       (speedbar-insert-image-button-maybe start (- end start)))
   )
index 4856a7b13b60717a8b81bbb2e7bb0fba22a4820a..723309a31d70cd61a0fc159bcf457ffed349163e 100644 (file)
@@ -8572,7 +8572,7 @@ compute_stop_pos_backwards (struct it *it)
    position before that.  This is called when we bump into a stop
    position while reordering bidirectional text.  CHARPOS should be
    the last previously processed stop_pos (or BEGV/0, if none were
-   processed yet) whose position is less that IT's current
+   processed yet) whose position is less than IT's current
    position.  */
 
 static void