summaryrefslogtreecommitdiff
path: root/lisp/org/org-wl.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/org-wl.el')
-rw-r--r--lisp/org/org-wl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-wl.el b/lisp/org/org-wl.el
index 2a16d047b3..f1616f8001 100644
--- a/lisp/org/org-wl.el
+++ b/lisp/org/org-wl.el
@@ -118,7 +118,7 @@ googlegroups otherwise."
(defun org-wl-folder-type (folder)
"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."
+folder name determines the folder type."
(let* ((indicator (substring folder 0 1))
(type (cdr (assoc indicator org-wl-folder-types))))
;; maybe access or file folder