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

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

[nongnu] elpa/sweeprolog e5ab6a0cd3 1/6: Fix a couple of typos in docstr


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog e5ab6a0cd3 1/6: Fix a couple of typos in docstrings
Date: Thu, 8 Jun 2023 16:03:27 -0400 (EDT)

branch: elpa/sweeprolog
commit e5ab6a0cd30b68b0a3a1b2fc56decdb04cd7a247
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>

    Fix a couple of typos in docstrings
    
    * sweeprolog.el (sweeprolog-predicates-collection)
    (sweeprolog-head-undefined-face): Fix typo in docstring.
---
 sweeprolog.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sweeprolog.el b/sweeprolog.el
index 02aaf41b00..36e011e415 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



reply via email to

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