* lisp/emacs-lisp/comp.el (comp-spill-lap): Fix doc string.

This commit is contained in:
Andrea Corallo 2021-02-21 22:20:59 +01:00
parent cf1e8e792f
commit da4da88c76

View file

@ -1306,7 +1306,7 @@ clashes."
(defun comp-spill-lap (input)
"Byte-compile and spill the LAP representation for INPUT.
If INPUT is a symbol this is the function-name to be compiled.
If INPUT is a string this is the file path to be compiled."
If INPUT is a string this is the filename to be compiled."
(let ((byte-native-compiling t)
(byte-to-native-lambdas-h (make-hash-table :test #'eq))
(byte-to-native-top-level-forms ())