Function: denote-link-format-heading-description

denote-link-format-heading-description is a byte-compiled function defined in denote.el.

Signature

(denote-link-format-heading-description FILE-TEXT HEADING-TEXT)

Documentation

Return description for FILE-TEXT with HEADING-TEXT at the end.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defun denote-link-format-heading-description (file-text heading-text)
  "Return description for FILE-TEXT with HEADING-TEXT at the end."
  (format "%s::%s" file-text heading-text))