Skip to content

Commit f8ae0cd

Browse files
committed
org: Fix a docstring typo
* lisp/org.el (org--tags-expand-group): Fix a docstring typo.
1 parent ab00524 commit f8ae0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/org.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11694,7 +11694,7 @@ See also `org-scan-tags'."
1169411694
(cons match0 `(lambda (todo tags-list level) ,matcher)))))
1169511695

1169611696
(defun org--tags-expand-group (group tag-groups expanded)
11697-
"Recursively Expand all tags in GROUP, according to TAG-GROUPS.
11697+
"Recursively expand all tags in GROUP, according to TAG-GROUPS.
1169811698
TAG-GROUPS is the list of groups used for expansion. EXPANDED is
1169911699
an accumulator used in recursive calls."
1170011700
(dolist (tag group)

0 commit comments

Comments
 (0)