summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-09-27 23:55:43 -0400
committerKyle Meyer <kyle@kyleam.com>2020-09-27 23:55:43 -0400
commitf8ae0cd6b729db47450d746cf17f2ce9e949d38d (patch)
treeebf77380d1076bdce4ddd2e5c54a35b0a56950cb
parentab00524fc525e81ff09893f8e9b2f170892fc3d2 (diff)
downloadorg-mode-f8ae0cd6b729db47450d746cf17f2ce9e949d38d.tar.gz
org: Fix a docstring typo
* lisp/org.el (org--tags-expand-group): Fix a docstring typo.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 42de4b9..693e406 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -11694,7 +11694,7 @@ See also `org-scan-tags'."
(cons match0 `(lambda (todo tags-list level) ,matcher)))))
(defun org--tags-expand-group (group tag-groups expanded)
- "Recursively Expand all tags in GROUP, according to TAG-GROUPS.
+ "Recursively expand all tags in GROUP, according to TAG-GROUPS.
TAG-GROUPS is the list of groups used for expansion. EXPANDED is
an accumulator used in recursive calls."
(dolist (tag group)