Variable: dash--info-doc-spec

dash--info-doc-spec is a variable defined in dash.el.

Value

("(dash) Index" nil "^ -+ .*: " "\\( \\|$\\)")

Documentation

The Dash :doc-spec entry for info-lookup-alist.

It is based on that for emacs-lisp-mode.

Source Code

;; Defined in ~/.emacs.d/elpa/dash-20260221.1346/dash.el
;;; Info

(defvar dash--info-doc-spec '("(dash) Index" nil "^ -+ .*: " "\\( \\|$\\)")
  "The Dash :doc-spec entry for `info-lookup-alist'.
It is based on that for `emacs-lisp-mode'.")