Variable: denote-used-identifiers
denote-used-identifiers is a variable defined in denote.el.
Value
nil
Documentation
Hash table of used identifiers.
This variable should be set only for the duration of a command. It should stay nil otherwise.
Aliases
denote--used-ids (obsolete since 4.1.0)
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defvar denote-used-identifiers nil
"Hash table of used identifiers.
This variable should be set only for the duration of a command.
It should stay nil otherwise.")