File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ for a graphical frame."
221
221
(defun make-glyph-code (char &optional face )
222
222
" Return a glyph code representing char CHAR with face FACE."
223
223
; ; Due to limitations on Emacs integer values, faces with
224
- ; ; face id greater that 512 are silently ignored.
224
+ ; ; face id greater than 512 are silently ignored.
225
225
(if (not face)
226
226
char
227
227
(let ((fid (face-id face)))
Original file line number Diff line number Diff line change @@ -1703,7 +1703,7 @@ argument."
1703
1703
(put-text-property start end 'help-echo #'dframe-help-echo ))
1704
1704
(if function (put-text-property start end 'speedbar-function function))
1705
1705
(if token (put-text-property start end 'speedbar-token token))
1706
- ; ; So far the only text we have is less that 3 chars.
1706
+ ; ; So far the only text we have is less than 3 chars.
1707
1707
(if (<= (- end start) 3 )
1708
1708
(speedbar-insert-image-button-maybe start (- end start)))
1709
1709
)
Original file line number Diff line number Diff line change @@ -8572,7 +8572,7 @@ compute_stop_pos_backwards (struct it *it)
8572
8572
position before that. This is called when we bump into a stop
8573
8573
position while reordering bidirectional text. CHARPOS should be
8574
8574
the last previously processed stop_pos (or BEGV/0, if none were
8575
- processed yet) whose position is less that IT's current
8575
+ processed yet) whose position is less than IT's current
8576
8576
position. */
8577
8577
8578
8578
static void
You can’t perform that action at this time.
0 commit comments