]> git.eshelyaron.com Git - sweep.git/commitdiff
; Fix typo
authorEshel Yaron <me@eshelyaron.com>
Tue, 18 Jul 2023 13:45:16 +0000 (16:45 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 18 Jul 2023 13:45:16 +0000 (16:45 +0300)
* sweeprolog.el (sweeprolog-terms-at-point): Fix typo.

sweeprolog.el

index e5c510b4349f64017f02265221e35428eef31320..283383a4424e41c6b55335a1c4cbf0fa747e7f8c 100644 (file)
@@ -5442,7 +5442,7 @@ moving point."
   "Keymap used by `sweeprolog-goal-term'.")
 
 (defun sweeprolog-terms-at-point (&optional point)
-  "Return boundarines of Prolog terms at POINT, innermost first."
+  "Return boundaries of Prolog terms at POINT, innermost first."
   (setq point (or point (point)))
   (save-excursion
     (goto-char point)