From: Tassilo Horn Date: Fri, 5 Mar 2021 19:53:18 +0000 (+0100) Subject: Improve rcirc-authenticated-hook docstring X-Git-Tag: emacs-28.0.90~3424 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ff46018f6bdb9641d1044043e6038dfffc897ae;p=emacs.git Improve rcirc-authenticated-hook docstring * lisp/net/rcirc.el (rcirc-authenticated-hook): Improve docstring. --- diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 58cc8b1be55..c80cd49c006 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -329,7 +329,8 @@ Called with 5 arguments, PROCESS, SENDER, RESPONSE, TARGET and TEXT." :type 'hook) (defvar rcirc-authenticated-hook nil - "Hook run after successfully authenticated.") + "Hook run after successfully authenticated. +Functions in this hook are called with a single argument PROCESS.") (defcustom rcirc-always-use-server-buffer-flag nil "Non-nil means messages without a channel target will go to the server buffer."