Variable: org-capture--prompt-history-table
org-capture--prompt-history-table is a variable defined in
org-capture.el.gz.
Value
#s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data
())
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.")