aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-05-08 15:43:49 +0000
committerJuanma Barranquero2008-05-08 15:43:49 +0000
commite8cb0ef8270cb4cf95c3e6b46763e1fdd8ad89e1 (patch)
treecdd951f0efb82ef5ecef913d06dce459d3d08343
parent4a9792e5e4b9e124b35d664397edfada3a852b84 (diff)
downloademacs-e8cb0ef8270cb4cf95c3e6b46763e1fdd8ad89e1.tar.gz
emacs-e8cb0ef8270cb4cf95c3e6b46763e1fdd8ad89e1.zip
(org-irc-parse-link): Fix typo in docstring.
-rw-r--r--lisp/org/org-irc.el2
1 files changed, 1 insertions, 1 deletions
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 @@
88(defun org-irc-parse-link (link) 88(defun org-irc-parse-link (link)
89 "Parse an IRC LINK and return the attributes found. 89 "Parse an IRC LINK and return the attributes found.
90Parse a LINK that looks like server:port/chan/user (port, chan 90Parse a LINK that looks like server:port/chan/user (port, chan
91and user being optional) and return any or the port, channel or user 91and user being optional) and return any of the port, channel or user
92attributes that are found." 92attributes that are found."
93 (let* ((parts (split-string link "/" t)) 93 (let* ((parts (split-string link "/" t))
94 (len (length parts))) 94 (len (length parts)))