From: Juanma Barranquero Date: Thu, 8 May 2008 15:43:49 +0000 (+0000) Subject: (org-irc-parse-link): Fix typo in docstring. X-Git-Tag: emacs-pretest-23.0.90~5707 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8cb0ef8270cb4cf95c3e6b46763e1fdd8ad89e1;p=emacs.git (org-irc-parse-link): Fix typo in docstring. --- diff --git a/lisp/org/org-irc.el b/lisp/org/org-irc.el index df4c1a2a0db..5704929ffbb 100644 --- a/lisp/org/org-irc.el +++ b/lisp/org/org-irc.el @@ -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)))