summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2021-02-21 22:20:59 +0100
committerAndrea Corallo <akrl@sdf.org>2021-02-21 22:20:59 +0100
commitda4da88c76465e30ce974383b182f191553b470a (patch)
treecfbaf099ac150d2b0d6cd8eea09164ac00e77594 /lisp/emacs-lisp/comp.el
parentcf1e8e792f60949e09e3ad4c53fb61b0b7628229 (diff)
downloademacs-da4da88c76465e30ce974383b182f191553b470a.tar.gz
emacs-da4da88c76465e30ce974383b182f191553b470a.tar.bz2
emacs-da4da88c76465e30ce974383b182f191553b470a.zip
* lisp/emacs-lisp/comp.el (comp-spill-lap): Fix doc string.
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r--lisp/emacs-lisp/comp.el2
1 files changed, 1 insertions, 1 deletions
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 ())