]> git.eshelyaron.com Git - emacs.git/commitdiff
Add cross-reference to with-eval-after-load
authorStefan Kangas <stefan@marxist.se>
Thu, 28 Jan 2021 17:16:49 +0000 (18:16 +0100)
committerStefan Kangas <stefan@marxist.se>
Thu, 28 Jan 2021 17:24:45 +0000 (18:24 +0100)
* lisp/subr.el (eval-after-load): Doc fix; add cross-reference to
'with-eval-after-load'.

lisp/subr.el

index afa73c72eaa690949fa80b185bb5067bc9145015..34129ea38a09a9c841399977afdbe6387b6a5400 100644 (file)
@@ -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))