From 88f2625f286b00bba7a4a2ac2ea74aa9e00cf0bb Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 3 Jun 2014 23:28:08 +0200 Subject: [PATCH] Fix typo * lisp/org.el (org-scan-tags): Fix typo in docstring. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index c67126394..7259623fb 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -13862,7 +13862,7 @@ a file becomes an N^2 operation - but with this variable set, it scales as N.") (defun org-scan-tags (action matcher todo-only &optional start-level) - "Sca headline tags with inheritance and produce output ACTION. + "Scan headline tags with inheritance and produce output ACTION. ACTION can be `sparse-tree' to produce a sparse tree in the current buffer, or `agenda' to produce an entry list for an agenda view. It can also be