Fix typo
* lisp/org.el (org-get-tags): Fix typo in docstring.
This commit is contained in:
parent
5dfbe46b1e
commit
afcb1d3899
|
@ -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.
|
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
|
from parent headlines, and from the whole document, through
|
||||||
`org-file-tags'. However, when optional argument LOCAL is
|
`org-file-tags'. However, when optional argument LOCAL is
|
||||||
non-nil, only return tags really specified in the considered
|
non-nil, only return tags specified at the headline.
|
||||||
headline.
|
|
||||||
|
|
||||||
Inherited tags have the `inherited' text property."
|
Inherited tags have the `inherited' text property."
|
||||||
(if (and org-trust-scanner-tags
|
(if (and org-trust-scanner-tags
|
||||||
|
|
Loading…
Reference in New Issue