emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auto-overlays 75c2c75 82/93: Improve auto-overlays-in/a


From: Stefan Monnier
Subject: [elpa] externals/auto-overlays 75c2c75 82/93: Improve auto-overlays-in/at-point docstrings.
Date: Mon, 14 Dec 2020 13:00:43 -0500 (EST)

branch: externals/auto-overlays
commit 75c2c7526161cf7cfdfcead83a248d9451c6cc11
Author: Toby S. Cubitt <toby-predictive@dr-qubit.org>
Commit: Toby S. Cubitt <toby-predictive@dr-qubit.org>

    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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]