emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp da4da88 2/2: * lisp/emacs-lisp/comp.el (comp-spill-l


From: Andrea Corallo
Subject: feature/native-comp da4da88 2/2: * lisp/emacs-lisp/comp.el (comp-spill-lap): Fix doc string.
Date: Sun, 21 Feb 2021 16:21:39 -0500 (EST)

branch: feature/native-comp
commit da4da88c76465e30ce974383b182f191553b470a
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * lisp/emacs-lisp/comp.el (comp-spill-lap): Fix doc string.
---
 lisp/emacs-lisp/comp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 4036080..60c0409 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 ())



reply via email to

[Prev in Thread] Current Thread [Next in Thread]