summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-01-28 18:16:49 +0100
committerStefan Kangas <stefan@marxist.se>2021-01-28 18:24:45 +0100
commitb04f1c0cec5bc722fd5823861044f212206c3d3b (patch)
treec12e72a2eb47bc294589ec069bf194e9a06ea442
parent4cded88b0ebb005f67447cd07da016eb0b7ef4a4 (diff)
downloademacs-b04f1c0cec5bc722fd5823861044f212206c3d3b.tar.gz
Add cross-reference to with-eval-after-load
* lisp/subr.el (eval-after-load): Doc fix; add cross-reference to 'with-eval-after-load'.
-rw-r--r--lisp/subr.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index afa73c72eaa..34129ea38a0 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))