Mercurial > emacs
changeset 34750:90213af2c5ba
(eval-after-load): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 20 Dec 2000 20:09:34 +0000 |
parents | 3a0a4c2b6633 |
children | 3a35752ca4cb |
files | lisp/subr.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Wed Dec 20 15:37:23 2000 +0000 +++ b/lisp/subr.el Wed Dec 20 20:09:34 2000 +0000 @@ -787,7 +787,9 @@ This makes or adds to an entry on `after-load-alist'. If FILE is already loaded, evaluate FORM right now. It does nothing if FORM is already on the list for FILE. -FILE should be the name of a library, with no directory name." +FILE must match exactly. Normally FILE is the name of a library, +with no directory or extension specified, since that is how `load' +is normally called." ;; Make sure there is an element for FILE. (or (assoc file after-load-alist) (setq after-load-alist (cons (list file) after-load-alist)))