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

; Spelling, punctuation and minor wording fixes

This commit is contained in:
Paul Eggert 2017-02-16 09:17:45 -08:00
parent 0b544b6764
commit cb70725584
7 changed files with 23 additions and 22 deletions

View file

@ -1421,7 +1421,7 @@
when (and (listp el) ;; make sure we're at the correct op
(eq (nth 1 el) 'byte-constant)
(eq (nth 2 el) orig-table))
;; jump tables are never resused, so we do this exactly
;; Jump tables are never reused, so do this exactly
;; once.
do (setf (nth 2 el) last-constant) and return nil))))
;; lap = ( [ (pc . (op . arg)) ]* )