Variable: dictionary-use-single-buffer
dictionary-use-single-buffer is a customizable variable defined in
dictionary.el.gz.
Value
nil
Documentation
Should the dictionary command reuse previous dictionary buffers?
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-use-single-buffer
nil
"Should the dictionary command reuse previous dictionary buffers?"
:group 'dictionary
:type 'boolean
:version "28.1")