Function: dash--info-elisp-docs

dash--info-elisp-docs is a byte-compiled function defined in dash.el.

Signature

(dash--info-elisp-docs)

Documentation

Return the emacs-lisp-mode symbol docs from info-lookup-alist.

Specifically, return the cons containing their info-lookup->doc-spec so that we can modify it.

Source Code

;; Defined in ~/.emacs.d/elpa/dash-20260221.1346/dash.el
(defun dash--info-elisp-docs ()
  "Return the `emacs-lisp-mode' symbol docs from `info-lookup-alist'.
Specifically, return the cons containing their
`info-lookup->doc-spec' so that we can modify it."
  (defvar info-lookup-alist)
  (nthcdr 3 (assq #'emacs-lisp-mode (cdr (assq 'symbol info-lookup-alist)))))