branch: externals/nhexl-mode commit 2bc76ac1e70c882c376a92920113f670e901fed6 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
; Fix typo --- nhexl-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhexl-mode.el b/nhexl-mode.el index ea51f4de37..241372abdf 100644 --- a/nhexl-mode.el +++ b/nhexl-mode.el @@ -782,7 +782,7 @@ Return the corresponding nibble, if applicable." 12))))))) (unless (or nhexl--put-LF-in-string (>= next (point-max))) ;; Display tables aren't applied to strings in `display' properties, - ;; so we have to mimick it by hand. + ;; so we have to mimic it by hand. (let ((cdisplay (aref nhexl--display-table (if enable-multibyte-characters c (unibyte-char-to-multibyte c)))))