From: Andrea Corallo Date: Sat, 5 Oct 2019 15:51:49 +0000 (+0200) Subject: doc fix X-Git-Tag: emacs-28.0.90~2727^2~1086 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01334409d6b03ef101bfd5cc8f5589220fa16483;p=emacs.git doc fix --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index e706756d8c4..b9203ca7806 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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)