branch: externals/auto-overlays
commit 75c2c7526161cf7cfdfcead83a248d9451c6cc11
Author: Toby S. Cubitt <[email protected]>
Commit: Toby S. Cubitt <[email protected]>
Improve auto-overlays-in/at-point docstrings.
---
auto-overlays.el | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/auto-overlays.el b/auto-overlays.el
index c074eaf..be56c3f 100644
--- a/auto-overlays.el
+++ b/auto-overlays.el
@@ -554,8 +554,9 @@ ignored).
If keyword argument :all-overlays is non-nil, all overlays are
returned, not just auto-overlays.
-Any remaining arguments specify property tests, each of which
-should be a list with one of the following forms:
+Any remaining arguments (which *must* come after any keyword
+arguments) specify property tests, each of which should be a list
+with one of the following forms:
(FUNCTION PROPERTY)
@@ -640,8 +641,9 @@ ignored).
If keyword argument :all-overlays is non-nil, all overlays are
returned, not just auto-overlays.
-Any remaining arguments specify property tests, each of which
-should be a list with one of the following forms:
+Any remaining arguments (which *must* come after any keyword
+arguments) specify property tests, each of which should be a list
+with one of the following forms:
(FUNCTION PROPERTY)