Docs: Tidy

This commit is contained in:
Adam Porter 2019-06-09 00:05:26 -05:00
parent 3a036c3efb
commit f930cd40b5

View file

@ -83,7 +83,7 @@ A query is a lisp form which may contain arbitrary lisp forms, as well as certai
*** Predicates *** Predicates
Arguments are listed next to predicate names, when applicable. Arguments are listed next to predicate names, where applicable.
Note that, for convenience, standard numeric comparator function symbols (~<~, ~=~, etc.) do not need to be quoted when passed as an argument to these predicates. The resemblance to infix notation is coincidental. See examples in documentation. Note that, for convenience, standard numeric comparator function symbols (~<~, ~=~, etc.) do not need to be quoted when passed as an argument to these predicates. The resemblance to infix notation is coincidental. See examples in documentation.
@ -104,7 +104,6 @@ Note that, for convenience, standard numeric comparator function symbols (~<~, ~
+ ~tags (&optional tags)~ :: Return non-nil if current heading has one or more of ~TAGS~ (a list of strings). + ~tags (&optional tags)~ :: Return non-nil if current heading has one or more of ~TAGS~ (a list of strings).
+ ~todo (&optional keywords)~ :: Return non-nil if current heading is a ~TODO~ item. With ~KEYWORDS~, return non-nil if its keyword is one of ~KEYWORDS~ (a list of strings). + ~todo (&optional keywords)~ :: Return non-nil if current heading is a ~TODO~ item. With ~KEYWORDS~, return non-nil if its keyword is one of ~KEYWORDS~ (a list of strings).
** Functions / Macros ** Functions / Macros
:PROPERTIES: :PROPERTIES:
:TOC: ignore-children :TOC: ignore-children
@ -272,7 +271,7 @@ Generates the predicate subtree.
(defun org-ql--readme-predicate-list () (defun org-ql--readme-predicate-list ()
"Return an Org list string documenting predicates." "Return an Org list string documenting predicates."
(concat (unpackaged/docstring-to-org (concat (unpackaged/docstring-to-org
"Arguments are listed next to predicate names, when applicable. "Arguments are listed next to predicate names, where applicable.
Note that, for convenience, standard numeric comparator function symbols (`<', `=', etc.) do not need to be quoted when passed as an argument to these predicates. The resemblance to infix notation is coincidental. See examples in documentation.\n\n") Note that, for convenience, standard numeric comparator function symbols (`<', `=', etc.) do not need to be quoted when passed as an argument to these predicates. The resemblance to infix notation is coincidental. See examples in documentation.\n\n")
(s-join "\n" (->> org-ql-predicates (s-join "\n" (->> org-ql-predicates