]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp.el (comp-spill-lap): Fix doc string.
authorAndrea Corallo <akrl@sdf.org>
Sun, 21 Feb 2021 21:20:59 +0000 (22:20 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sun, 21 Feb 2021 21:20:59 +0000 (22:20 +0100)
lisp/emacs-lisp/comp.el

index 4036080976546c468443d7e0deca409173cee6ed..60c040926e54c083c1420aa6eb14fc86fac285fc 100644 (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 ())