]> git.eshelyaron.com Git - emacs.git/commit
unload-feature: Correct doc string to match info manual and reality
authorŠtěpán Němec <stepnem@gmail.com>
Mon, 6 Apr 2020 15:05:33 +0000 (17:05 +0200)
committerŠtěpán Němec <stepnem@gmail.com>
Wed, 21 Oct 2020 16:51:12 +0000 (18:51 +0200)
commit8dc8ab6b42b021f9796e59cfdb758b48aaf55ffc
treebded4e47209dbc37934e0ed62437808b43298d67
parent5c266a71c160ed823e9ef69d2ff44fb0bb81ff77
unload-feature: Correct doc string to match info manual and reality

'unload-feature' doesn't try to "undo any additions the library has
made" to hooks, it tries to remove functions defined by the library
from hooks, no matter how they got there.

* lisp/loadhist.el (unload-feature): Correct the doc string.
* doc/lispref/loading.texi (Unloading): Clarify, fix typo.
doc/lispref/loading.texi
lisp/loadhist.el