Function: erc-quit-reason-normal

erc-quit-reason-normal is a byte-compiled function defined in erc.el.gz.

Signature

(erc-quit-reason-normal &optional S)

Documentation

Normal quit message.

If S is non-nil, it will be used as the quit reason.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-quit-reason-normal (&optional s)
  "Normal quit message.

If S is non-nil, it will be used as the quit reason."
  (or s (erc-quit/part-reason-default)))