]> git.eshelyaron.com Git - emacs.git/commitdiff
doc fix
authorAndrea Corallo <akrl@sdf.org>
Sat, 5 Oct 2019 15:51:49 +0000 (17:51 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:56 +0000 (11:37 +0100)
lisp/emacs-lisp/comp.el

index e706756d8c4dfb7ebffd8b1212d68d4a53a9e07b..b9203ca7806028b2015fbe805f4e5bda167293f3 100644 (file)
@@ -962,7 +962,7 @@ the annotation emission."
 
 (defun comp-limplify-top-level ()
   "Create a limple function doing the business for top level forms.
-This will be called at runtime."
+This will be called at load-time."
   (let* ((func (make-comp-func :symbol-name 'top-level-run
                   :c-func-name "top_level_run"
                   :args (make-comp-args :min 0 :max 0)