# HG changeset patch # User Juanma Barranquero # Date 1210261429 0 # Node ID 8634b439332054791dd1081b0771643547bf24ce # Parent d345be148bf9dbf42c888db19a17d7f973ed9038 (org-irc-parse-link): Fix typo in docstring. diff -r d345be148bf9 -r 8634b4393320 lisp/org/org-irc.el --- a/lisp/org/org-irc.el Thu May 08 15:43:31 2008 +0000 +++ b/lisp/org/org-irc.el Thu May 08 15:43:49 2008 +0000 @@ -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)))