From: Eshel Yaron Date: Thu, 8 Jun 2023 17:29:58 +0000 (+0300) Subject: Fix a couple of typos in docstrings X-Git-Tag: V9.1.10-sweep-0.19.0~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5ab6a0cd30b68b0a3a1b2fc56decdb04cd7a247;p=sweep.git Fix a couple of typos in docstrings * sweeprolog.el (sweeprolog-predicates-collection) (sweeprolog-head-undefined-face): Fix typo in docstring. --- diff --git a/sweeprolog.el b/sweeprolog.el index 02aaf41..36e011e 100644 --- a/sweeprolog.el +++ b/sweeprolog.el @@ -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