]> git.eshelyaron.com Git - emacs.git/commitdiff
Update comment about `declare-function'
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Dec 2021 21:12:26 +0000 (22:12 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Dec 2021 21:12:26 +0000 (22:12 +0100)
* lisp/subr.el (declare-function): Fix comment --
`byte-compile-declare-function' doesn't exist.

lisp/subr.el

index 78c72838f3fb9f18a4d9345ae5bb2f018c1dbed8..d224f761e1f887c8be0f4bf85eaab0efbb452180 100644 (file)
@@ -61,7 +61,8 @@ must be the first non-whitespace on a line.
 For more information, see Info node `(elisp)Declaring Functions'."
   (declare (advertised-calling-convention
            (fn file &optional arglist fileonly) nil))
-  ;; Does nothing - byte-compile-declare-function does the work.
+  ;; Does nothing - `byte-compile-macroexpand-declare-function' does
+  ;; the work.
   nil)
 
 \f