summaryrefslogtreecommitdiff
path: root/lisp/net/rcirc.el
diff options
context:
space:
mode:
authorDeniz Dogan <deniz@dogan.se>2011-08-01 14:30:18 +0200
committerDeniz Dogan <deniz@dogan.se>2011-08-01 14:30:18 +0200
commit027b979ca027f82d4730e6548b2a714f71d0da0c (patch)
treeb893e42521ece48f9e206b4271572ab95062332e /lisp/net/rcirc.el
parentefd33e424693ca91d36761d2288e2fe809c7f7bf (diff)
downloademacs-027b979ca027f82d4730e6548b2a714f71d0da0c.tar.gz
* lisp/net/rcirc.el (rcirc-handler-333): Clarify docstring.
Diffstat (limited to 'lisp/net/rcirc.el')
-rw-r--r--lisp/net/rcirc.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el
index 9e04abb8cd5..7d43c4f7547 100644
--- a/lisp/net/rcirc.el
+++ b/lisp/net/rcirc.el
@@ -2695,7 +2695,8 @@ the only argument."
(setq rcirc-topic (caddr args)))))
(defun rcirc-handler-333 (process sender args text)
- "Not in rfc1459.txt"
+ "333 says who set the topic and when.
+Not in rfc1459.txt"
(let ((buffer (or (rcirc-get-buffer process (cadr args))
(rcirc-get-temp-buffer-create process (cadr args)))))
(with-current-buffer buffer