summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-12-05 22:12:26 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2021-12-05 22:12:26 +0100
commita996ddb5e6157f8bc65f03c130ed6dcfe2707c69 (patch)
treed2d4163bedf56b560dbf4002fd6d8c15a050ab26 /lisp/subr.el
parent0d8e9588e1c9afea25ff1e947da9e5bda10cedf7 (diff)
downloademacs-a996ddb5e6157f8bc65f03c130ed6dcfe2707c69.tar.gz
emacs-a996ddb5e6157f8bc65f03c130ed6dcfe2707c69.tar.bz2
emacs-a996ddb5e6157f8bc65f03c130ed6dcfe2707c69.zip
Update comment about `declare-function'
* lisp/subr.el (declare-function): Fix comment -- `byte-compile-declare-function' doesn't exist.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 78c72838f3f..d224f761e1f 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -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)