Function: embark-info-lookup-symbol

embark-info-lookup-symbol is an interactive and byte-compiled function defined in embark.el.

Signature

(embark-info-lookup-symbol SYMBOL)

Documentation

Display the definition of SYMBOL, from the Elisp manual.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defun embark-info-lookup-symbol (symbol)
  "Display the definition of SYMBOL, from the Elisp manual."
  (interactive "SSymbol: ")
  (info-lookup-symbol symbol 'emacs-lisp-mode))