emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/nhexl-mode 2bc76ac1e7: ; Fix typo


From: Stefan Kangas
Subject: [elpa] externals/nhexl-mode 2bc76ac1e7: ; Fix typo
Date: Mon, 12 Dec 2022 17:51:53 -0500 (EST)

branch: externals/nhexl-mode
commit 2bc76ac1e70c882c376a92920113f670e901fed6
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@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)))))



reply via email to

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