Variable: kvspec:current

kvspec:current is a variable defined in kvspec.el.

Value

nil

Documentation

String that represents the current view spec.

It is local to each koutline. Nil value means it has not been set yet.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kvspec.el
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************

(defvar kvspec:current nil
  "String that represents the current view spec.
It is local to each koutline.  Nil value means it has not been set yet.")