Variable: dictionary-port

dictionary-port is a customizable variable defined in dictionary.el.gz.

Value

2628

Documentation

The port of the dictionary server.

This port is probably always 2628 so there should be no need to modify it.

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-port
  2628
  "The port of the dictionary server.
This port is probably always 2628 so there should be no need to modify it."
  :group 'dictionary
  :set #'dictionary-set-server-var
  :type 'natnum
  :version "28.1")