emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1ff4601: Improve rcirc-authenticated-hook docstring


From: Tassilo Horn
Subject: master 1ff4601: Improve rcirc-authenticated-hook docstring
Date: Fri, 5 Mar 2021 14:53:58 -0500 (EST)

branch: master
commit 1ff46018f6bdb9641d1044043e6038dfffc897ae
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    Improve rcirc-authenticated-hook docstring
    
    * lisp/net/rcirc.el (rcirc-authenticated-hook): Improve docstring.
---
 lisp/net/rcirc.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el
index 58cc8b1..c80cd49 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]