[Emacs] Fix incorrect function name
This commit is contained in:
parent
51e84faa27
commit
4a528bf34e
@ -4200,8 +4200,8 @@ enhances a couple of built-in functions from Emacs, namely:
|
|||||||
:straight (:build t)
|
:straight (:build t)
|
||||||
:after (counsel ivy)
|
:after (counsel ivy)
|
||||||
:custom
|
:custom
|
||||||
(counsel-describe-function-function #'helpfull-callable)
|
(counsel-describe-function-function #'helpful-callable)
|
||||||
(counsel-describe-variable-function #'helpfull-variable)
|
(counsel-describe-variable-function #'helpful-variable)
|
||||||
:bind
|
:bind
|
||||||
([remap describe-function] . counsel-describe-function)
|
([remap describe-function] . counsel-describe-function)
|
||||||
([remap describe-command] . helpful-command)
|
([remap describe-command] . helpful-command)
|
||||||
|
Loading…
Reference in New Issue
Block a user