]> git.eshelyaron.com Git - emacs.git/commitdiff
(org-irc-parse-link): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 8 May 2008 15:43:49 +0000 (15:43 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 8 May 2008 15:43:49 +0000 (15:43 +0000)
lisp/org/org-irc.el

index df4c1a2a0db07bac0dee12990b8ba8945cb41133..5704929ffbb0ab1557440da242be45776b4f5091 100644 (file)
@@ -88,7 +88,7 @@
 (defun org-irc-parse-link (link)
   "Parse an IRC LINK and return the attributes found.
 Parse a LINK that looks like server:port/chan/user (port, chan
-and user being optional) and return any or the port, channel or user
+and user being optional) and return any of the port, channel or user
 attributes that are found."
   (let* ((parts (split-string link "/" t))
          (len (length parts)))