Variable: widget-minor-mode

widget-minor-mode is a buffer-local variable defined in wid-browse.el.gz.

Documentation

Non-nil if Widget minor mode is enabled.

Use the command widget-minor-mode(var)/widget-minor-mode(fun) to change this variable.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/wid-browse.el.gz
;;;###autoload
(define-minor-mode widget-minor-mode
  "Minor mode for traversing widgets."
  :lighter " Widget")