bug#3125: 23.0.92; doc of load-library
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
> The explanation in the Emacs manual is good. It should be
> cross-referenced from the Elisp manual. The Elisp manual says nothing
> helpful; in particular, it says nothing about _how_ its reading of the
> arg is different from that of `load'.
The Elisp manual should probably not bother talking about load-library,
actually. It's just a user-level command, not a function to be called
from Elisp.
> The doc string is inadequate on its own.
Indeed, it's even somewhat misleading. I'll try and rework it,
thank you.
Stefan