diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-09-20 12:21:40 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-09-20 12:21:40 +0200 |
commit | 616dcf27e57388403d4c28d441bf7310bb665241 (patch) | |
tree | a8a30b8e0e24e7d0fa33fa17b7972d3791be57c8 /lisp/emacs-lisp/bytecomp.el | |
parent | 540585254133af722739339ef420e68e09fe62e5 (diff) | |
download | emacs-616dcf27e57388403d4c28d441bf7310bb665241.tar.gz emacs-616dcf27e57388403d4c28d441bf7310bb665241.tar.bz2 emacs-616dcf27e57388403d4c28d441bf7310bb665241.zip |
; Fix typos in Lisp symbols
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 7629e190401..21cd747518f 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -1666,7 +1666,7 @@ URLs." (seq "(" (* (not ")")) ")"))) ")"))) "" - ;; Heuristic: We can't reliably do `subsititute-command-keys' + ;; Heuristic: We can't reliably do `substitute-command-keys' ;; substitutions, since the value of a keymap in general can't be ;; known at compile time. So instead, we assume that these ;; substitutions are of some length N. |