Docs: Add missing sort type to docstring

This commit is contained in:
Adam Porter 2018-08-04 15:47:41 -05:00
parent 08243d5479
commit cc05faa977

View file

@ -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).