summaryrefslogtreecommitdiff
path: root/lisp/org-wl.el
diff options
context:
space:
mode:
authorPhil Rooke <phil@yax.org.uk>2010-07-18 17:04:15 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-07-18 17:04:15 +0200
commitc0947c8d6701bb44edae1d6fc08e1aeb6ae4b26c (patch)
treeb03fb5677b574911c4b128811571fa4fb03b0347 /lisp/org-wl.el
parentf4c0c0b417736351ab9b7ff388104bc9adc9023f (diff)
Docstring fixes part 6
Diffstat (limited to 'lisp/org-wl.el')
-rw-r--r--lisp/org-wl.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org-wl.el b/lisp/org-wl.el
index de6e9195c..9826a6ff0 100644
--- a/lisp/org-wl.el
+++ b/lisp/org-wl.el
@@ -105,7 +105,7 @@ googlegroups otherwise."
'(("%" . imap) ("-" . nntp) ("+" . mh) ("=" . spool)
("$" . archive) ("&" . pop) ("@" . shimbun) ("[" . search)
("*" . multi) ("/" . filter) ("|" . pipe) ("'" . internal))
- "List of folder indicators. See Wanderlust manual, section 3.")
+ "List of folder indicators. See Wanderlust manual, section 3.")
;; Install the link type
(org-add-link-type "wl" 'org-wl-open)
@@ -114,8 +114,8 @@ googlegroups otherwise."
;; Implementation
(defun org-wl-folder-type (folder)
- "Return symbol that indicicates the type of FOLDER.
-FOLDER is the wanderlust folder name. The first character of the
+ "Return symbol that indicates the type of FOLDER.
+FOLDER is the wanderlust folder name. The first character of the
folder name determines the the folder type."
(let* ((indicator (substring folder 0 1))
(type (cdr (assoc indicator org-wl-folder-types))))