Mercurial > emacs
changeset 94767:8634b4393320
(org-irc-parse-link): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 08 May 2008 15:43:49 +0000 |
parents | d345be148bf9 |
children | c30d898f0375 |
files | lisp/org/org-irc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))