blob: 0d10af5b98093adcc147018c851ed01ba1f48284 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# v0.2
Fixed an issue where we didn't find the path for functions defined
interactively using `cl-defstruct`.
Interactively defined functions (e.g. try re-evaluating package.el.gz
and looking at `package-desc-name`) are converted from raw closures to
equivalent defun forms.
We now show the value of variables too.
Added a command `helpful-callable`, which offers both macros and
functions. This should be a drop-in replacement for
`describe-function`.
# v0.1
First release.
|