Variable: dictionary-tooltip-mode

dictionary-tooltip-mode is a variable defined in dictionary.el.gz.

Value

nil

Documentation

Indicates whether the dictionary tooltip mode is active.

View in manual

Probably introduced at or before Emacs version 28.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/net/dictionary.el.gz
;;; Tooltip support

;; Add a mode indicator named "Dict"
(defvar dictionary-tooltip-mode
  nil
  "Indicates whether the dictionary tooltip mode is active.")