mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 00:00:39 -08:00
Improve the elp-instrument-package doc string
* lisp/emacs-lisp/elp.el (elp-instrument-package): Note the effect of loading further files (bug#13252).
This commit is contained in:
parent
6278c6a94e
commit
ab0554a197
1 changed files with 6 additions and 1 deletions
|
|
@ -287,7 +287,12 @@ type \"nil\" to use `elp-function-list'."
|
|||
"Instrument for profiling, all functions which start with PREFIX.
|
||||
For example, to instrument all ELP functions, do the following:
|
||||
|
||||
\\[elp-instrument-package] RET elp- RET"
|
||||
\\[elp-instrument-package] RET elp- RET
|
||||
|
||||
Note that only functions that are currently loaded will be
|
||||
instrumented. If you run this function, and then later load
|
||||
further functions that start with PREFIX, they will not be
|
||||
instrumented automatically."
|
||||
(interactive
|
||||
(list (completing-read "Prefix of package to instrument: "
|
||||
obarray 'elp-profilable-p)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue