helpful-function is an autoloaded, interactive and byte-compiled
function defined in helpful.el.
Signature
(helpful-function SYMBOL)
Documentation
Show help for function named SYMBOL.
See also helpful-macro, helpful-command and helpful-callable.
Key Bindings
This command is not in any keymaps.
References
helpful-function is unused in helpful.el.
Find all references Functions used by helpful-function
Debugging
Enable edebug Enable tracing
Disassemble Forget
Source Code
~/.config/emacs/packages/helpful-20240613.1523/helpful.el
(defun helpful-function (symbol)
"Show help for function named SYMBOL.
See also `helpful-macro', `helpful-command' and `helpful-callable'."
(interactive
(list (helpful--read-symbol
"Function: "
(helpful--callable-at-point)
#'functionp)))
(helpful--update-and-switch-buffer symbol t))
Symbol Properties
event-symbol-element-mask
(helpful-function 0)
event-symbol-elements
(helpful-function)
function-history
("/home/luis/.config/emacs/packages/helpful-20240613.1523/helpful.elc"
(autoload "helpful" "Show help for function named SYMBOL.\n\nSee also `helpful-macro', `helpful-command' and `helpful-callable'.\n\n(fn SYMBOL)" t nil))
modifier-cache
((0 . helpful-function))