From: Andrea Corallo Date: Sun, 21 Feb 2021 21:20:59 +0000 (+0100) Subject: * lisp/emacs-lisp/comp.el (comp-spill-lap): Fix doc string. X-Git-Tag: emacs-28.0.90~2727^2~136 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da4da88c76465e30ce974383b182f191553b470a;p=emacs.git * lisp/emacs-lisp/comp.el (comp-spill-lap): Fix doc string. --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 40360809765..60c040926e5 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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 ())