Variable: dictionary-description-close-delimiter

dictionary-description-close-delimiter is a customizable variable defined in dictionary.el.gz.

Value

""

Documentation

The delimiter to display after of the dictionaries description.

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-description-close-delimiter
  ""
  "The delimiter to display after of the dictionaries description."
  :group 'dictionary
  :type 'string
  :version "28.1")