Variable: org-capture--prompt-history-table

org-capture--prompt-history-table is a variable defined in org-capture.el.gz.

Value

#s(hash-table test equal)

Documentation

Hash table for all history lists per prompt.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-capture.el.gz
(defvar org-capture--prompt-history-table (make-hash-table :test #'equal)
  "Hash table for all history lists per prompt.")