Variable: erc-port

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

Value

nil

Documentation

IRC port to use if not specified.

This can be either a string or a number.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-port nil
  "IRC port to use if not specified.

This can be either a string or a number."
  :group 'erc
  :type '(choice (const :tag "None" nil)
                 (integer :tag "Port number")
                 (string :tag "Port string")))