diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-02-16 09:17:45 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-02-16 09:18:21 -0800 |
commit | cb70725584a754a491ddad82c42278f17c714a2f (patch) | |
tree | b5ad6679f60932e516cb4769d878f37ec9814780 /lisp/emacs-lisp/byte-opt.el | |
parent | 0b544b676473dedf34c6cb6a3315bec1f42d7162 (diff) | |
download | emacs-cb70725584a754a491ddad82c42278f17c714a2f.tar.gz emacs-cb70725584a754a491ddad82c42278f17c714a2f.tar.bz2 emacs-cb70725584a754a491ddad82c42278f17c714a2f.zip |
; Spelling, punctuation and minor wording fixes
Diffstat (limited to 'lisp/emacs-lisp/byte-opt.el')
-rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index f3cc3d5992e..004f2e28653 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -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)) ]* ) |