Variable: kvspec:string-format
kvspec:string-format is a variable defined in kvspec.el.
Value
" <|%s>"
Documentation
Format of the kview spec modeline display.
It must contain a %s which is replaced with the current set of view spec
characters at run-time.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kvspec.el
(defvar kvspec:string-format " <|%s>"
"Format of the kview spec modeline display.
It must contain a `%s' which is replaced with the current set of view spec
characters at run-time.")