]> git.eshelyaron.com Git - sweep.git/commitdiff
Fix a couple of typos in docstrings
authorEshel Yaron <me@eshelyaron.com>
Thu, 8 Jun 2023 17:29:58 +0000 (20:29 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 8 Jun 2023 17:29:58 +0000 (20:29 +0300)
* sweeprolog.el (sweeprolog-predicates-collection)
(sweeprolog-head-undefined-face): Fix typo in docstring.

sweeprolog.el

index 02aaf41b0098aef8754d81304c1ca7d8f6c35c4a..36e011e415addfbe16e22712570577ced56f595e 100644 (file)
@@ -871,7 +871,7 @@ FLAG and VALUE are specified as strings and read as Prolog terms."
 ;;;; Predicates
 
 (defun sweeprolog-predicates-collection (&optional prefix)
-  "Return a list of prediacte completion candidates matchitng PREFIX."
+  "Return a list of predicate completion candidates matchitng PREFIX."
   (sweeprolog--query-once "sweep" "sweep_predicates_collection" prefix))
 
 ;;;###autoload
@@ -1552,7 +1552,7 @@ resulting list even when found in the current clause."
   (:inherit font-lock-warning-face)
   (:weight bold)
   (:weight bold)
-  "Undefind head terms.")
+  "Undefined head terms.")
 
 (sweeprolog-defface
   head-public