diff options
| -rw-r--r-- | lisp/org/org-irc.el | 2 |
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. |
| 90 | Parse a LINK that looks like server:port/chan/user (port, chan | 90 | Parse a LINK that looks like server:port/chan/user (port, chan |
| 91 | and user being optional) and return any or the port, channel or user | 91 | and user being optional) and return any of the port, channel or user |
| 92 | attributes that are found." | 92 | attributes 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))) |