emacs-diffs
[Top][All Lists]
Advanced

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

master a996ddb: Update comment about `declare-function'


From: Lars Ingebrigtsen
Subject: master a996ddb: Update comment about `declare-function'
Date: Sun, 5 Dec 2021 16:12:34 -0500 (EST)

branch: master
commit a996ddb5e6157f8bc65f03c130ed6dcfe2707c69
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Update comment about `declare-function'
    
    * lisp/subr.el (declare-function): Fix comment --
    `byte-compile-declare-function' doesn't exist.
---
 lisp/subr.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 78c7283..d224f76 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)
 
 



reply via email to

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