mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
* lisp/net/rcirc.el (rcirc-handler-333): Clarify docstring.
This commit is contained in:
parent
efd33e4246
commit
027b979ca0
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue