Variable: dictionary-proxy-port
dictionary-proxy-port is a customizable variable defined in
dictionary.el.gz.
Value
3128
Documentation
The port of the proxy server, used only when dictionary-use-http-proxy is set.
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-proxy-port
3128
"The port of the proxy server, used only when `dictionary-use-http-proxy' is set."
:group 'dictionary-proxy
:set #'dictionary-set-server-var
:type 'natnum
:version "28.1")