Variable: allout-topic-encryption-bullet
allout-topic-encryption-bullet is a customizable variable defined in
allout.el.gz.
Value
"~"
Documentation
Bullet signifying encryption of the entry's body.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_ = allout-topic-encryption-bullet
(defcustom allout-topic-encryption-bullet "~"
"Bullet signifying encryption of the entry's body."
:type '(choice (const nil) string)
:version "22.1"
:group 'allout-encryption)