summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-11-11 22:24:00 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-11-11 22:24:00 +0100
commitafcb1d3899f5c34b444c5ddd6a8930894fa55065 (patch)
tree1949db7ac144c9555135cea576e6ff5c96e1af9d
parent5dfbe46b1e1ebeeaa4ca15cedf3cf8345de64f39 (diff)
downloadorg-mode-afcb1d3899f5c34b444c5ddd6a8930894fa55065.tar.gz
Fix typo
* lisp/org.el (org-get-tags): Fix typo in docstring.
-rw-r--r--lisp/org.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 91123e2..eb1affb 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -14675,11 +14675,10 @@ Assume point is at the beginning of the headline."
When argument POS is non-nil, retrieve tags for headline at POS.
-Accoring to `org-use-tags-inheritance', tags may be inherited
+According to `org-use-tags-inheritance', tags may be inherited
from parent headlines, and from the whole document, through
`org-file-tags'. However, when optional argument LOCAL is
-non-nil, only return tags really specified in the considered
-headline.
+non-nil, only return tags specified at the headline.
Inherited tags have the `inherited' text property."
(if (and org-trust-scanner-tags