]> code.delx.au - gnu-emacs/blobdiff - lisp/subr.el
; Spelling fixes
[gnu-emacs] / lisp / subr.el
index 4202cc74d482ed7342d02326d6807263bd7a90a1..0fb4a2ec2564c92ad433402e8aac91339391c628 100644 (file)
@@ -2088,7 +2088,7 @@ some sort of escape sequence, the ambiguity is resolved via `read-key-delay'."
       (cancel-timer timer)
       ;; For some reason, `read-key(-sequence)' leaves the prompt in the echo
       ;; area, whereas `read-event' seems to empty it just before returning
-      ;; (bug#22714).  So, let's mimick the behavior of `read-event'.
+      ;; (bug#22714).  So, let's mimic the behavior of `read-event'.
       (message nil)
       (use-global-map old-global-map))))