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

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

[elpa] externals/triples d04bc2f564 05/10: Correct README reference to t


From: ELPA Syncer
Subject: [elpa] externals/triples d04bc2f564 05/10: Correct README reference to triples-with-predicate-object
Date: Sat, 10 Jun 2023 13:00:11 -0400 (EDT)

branch: externals/triples
commit d04bc2f564774c0ee05b18c86177ed9590cc8c42
Author: Andrew Hyatt <ahyatt@gmail.com>
Commit: Andrew Hyatt <ahyatt@gmail.com>

    Correct README reference to triples-with-predicate-object
    
    The new function name is triples-subject-with-predicate-object.
    
    This fixes https://github.com/ahyatt/triples/issues/3.
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index c649927bfb..1494a7ee7c 100644
--- a/README.org
+++ b/README.org
@@ -83,7 +83,7 @@ There are other useful functions, including:
 - =triples-get-types=, which gets all the types a subject has,
 - =triples-delete-subject=, which deletes all data associated with a subject,
 - =triples-with-predicate=, gets all triples that is about a specific property,
-- =triples-with-predicate-object=, get all subjects whose predicate is equal 
to /object/,
+- =triples-subject-with-predicate-object=, get all subjects whose predicate is 
equal to /object/,
 - =triples-subjects-of-type=, get all subjects which have a particular type.
 ** Predicates, with type and without
 Sometimes the triples library will require predicates that are without type, 
and sometimes with type, or "combined predicates".  The rule is that if the 
type is already specified in the function, it does not need to be respecified.  
If the type is not specified, it is included in the combined predicate.



reply via email to

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