Variable: dictionary-create-buttons
dictionary-create-buttons is a customizable variable defined in
dictionary.el.gz.
Value
t
Documentation
Create some clickable buttons on top of the window if non-nil.
This variable was added, or its default value changed, in Emacs 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/dictionary.el.gz
(defcustom dictionary-create-buttons
t
"Create some clickable buttons on top of the window if non-nil."
:group 'dictionary
:type 'boolean
:version "28.1")