From afcb1d3899f5c34b444c5ddd6a8930894fa55065 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 11 Nov 2018 22:24:00 +0100 Subject: [PATCH] Fix typo * lisp/org.el (org-get-tags): Fix typo in docstring. --- lisp/org.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 91123e254..eb1affbc7 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