From: Stefan Kangas Date: Thu, 28 Jan 2021 17:16:49 +0000 (+0100) Subject: Add cross-reference to with-eval-after-load X-Git-Tag: emacs-28.0.90~4070 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b04f1c0cec5bc722fd5823861044f212206c3d3b;p=emacs.git Add cross-reference to with-eval-after-load * lisp/subr.el (eval-after-load): Doc fix; add cross-reference to 'with-eval-after-load'. --- 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))