emacs-diffs
[Top][All Lists]
Advanced

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

master b04f1c0 4/4: Add cross-reference to with-eval-after-load


From: Stefan Kangas
Subject: master b04f1c0 4/4: Add cross-reference to with-eval-after-load
Date: Thu, 28 Jan 2021 12:25:30 -0500 (EST)

branch: master
commit b04f1c0cec5bc722fd5823861044f212206c3d3b
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Add cross-reference to with-eval-after-load
    
    * lisp/subr.el (eval-after-load): Doc fix; add cross-reference to
    'with-eval-after-load'.
---
 lisp/subr.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index afa73c7..34129ea 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -4921,7 +4921,9 @@ file, FORM is evaluated immediately after the provide 
statement.
 Usually FILE is just a library name like \"font-lock\" or a feature name
 like `font-lock'.
 
-This function makes or adds to an entry on `after-load-alist'."
+This function makes or adds to an entry on `after-load-alist'.
+
+See also `with-eval-after-load'."
   (declare (compiler-macro
             (lambda (whole)
               (if (eq 'quote (car-safe form))



reply via email to

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