emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105371: * lisp/net/rcirc.el (rcirc-h


From: Deniz Dogan
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105371: * lisp/net/rcirc.el (rcirc-handler-333): Clarify docstring.
Date: Mon, 01 Aug 2011 14:30:18 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105371
committer: Deniz Dogan <address@hidden>
branch nick: emacs-trunk
timestamp: Mon 2011-08-01 14:30:18 +0200
message:
  * lisp/net/rcirc.el (rcirc-handler-333): Clarify docstring.
modified:
  lisp/ChangeLog
  lisp/net/rcirc.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-30 14:57:12 +0000
+++ b/lisp/ChangeLog    2011-08-01 12:30:18 +0000
@@ -1,3 +1,7 @@
+2011-08-01  Deniz Dogan  <address@hidden>
+
+       * net/rcirc.el (rcirc-handler-333): Clarify docstring.
+
 2011-07-30  Michael Albinus  <address@hidden>
 
        Sync with Tramp 2.2.2.

=== modified file 'lisp/net/rcirc.el'
--- a/lisp/net/rcirc.el 2011-07-27 03:44:45 +0000
+++ b/lisp/net/rcirc.el 2011-08-01 12:30:18 +0000
@@ -2695,7 +2695,8 @@
       (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


reply via email to

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