diff options
| author | Juanma Barranquero | 2008-05-08 15:43:49 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-05-08 15:43:49 +0000 |
| commit | e8cb0ef8270cb4cf95c3e6b46763e1fdd8ad89e1 (patch) | |
| tree | cdd951f0efb82ef5ecef913d06dce459d3d08343 | |
| parent | 4a9792e5e4b9e124b35d664397edfada3a852b84 (diff) | |
| download | emacs-e8cb0ef8270cb4cf95c3e6b46763e1fdd8ad89e1.tar.gz emacs-e8cb0ef8270cb4cf95c3e6b46763e1fdd8ad89e1.zip | |
(org-irc-parse-link): Fix typo in docstring.
| -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))) |