1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; Spelling and grammar fixes.

This commit is contained in:
Paul Eggert 2018-02-17 09:16:44 -08:00
parent 42f9dc4473
commit f74ab96483
6 changed files with 9 additions and 10 deletions

View file

@ -1399,7 +1399,7 @@
(setq offset (- offset #x80)))
((eq bytedecomp-op 'byte-switch)
(cl-assert (hash-table-p last-constant) nil
"byte-switch used without preceeding hash table")
"byte-switch used without preceding hash table")
;; We cannot use the original hash table referenced in the op,
;; so we create a copy of it, and replace the addresses with
;; TAGs.