Docs: Add missing sort type to docstring
This commit is contained in:
parent
08243d5479
commit
cc05faa977
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ of calling `org-element-headline-parser' at each matching entry.
|
||||||
|
|
||||||
SORT is a user defined sorting function, or an unquoted list of
|
SORT is a user defined sorting function, or an unquoted list of
|
||||||
one or more sorting methods, including: `date', `deadline',
|
one or more sorting methods, including: `date', `deadline',
|
||||||
`scheduled', and `priority'.
|
`scheduled', `todo', and `priority'.
|
||||||
|
|
||||||
If NARROW is non-nil, query will run without widening the
|
If NARROW is non-nil, query will run without widening the
|
||||||
buffer (the default is to widen and search the entire buffer).
|
buffer (the default is to widen and search the entire buffer).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue