Variable: dictionary-identification
dictionary-identification is a customizable variable defined in
dictionary.el.gz.
Value
"dictionary.el emacs lisp dictionary client"
Documentation
This is the identification string that will be sent to the server.
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-identification
"dictionary.el emacs lisp dictionary client"
"This is the identification string that will be sent to the server."
:group 'dictionary
:type 'string
:version "28.1")