From: Eshel Yaron Date: Sat, 7 Oct 2023 12:36:51 +0000 (+0200) Subject: ; * sweeprolog.el (sweeprolog-query-replace-term): Update comment X-Git-Tag: V9.1.16-sweep-0.25.3~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=abcafbc720d9cb52600eb80e36a6c19dfab26f95;p=sweep.git ; * sweeprolog.el (sweeprolog-query-replace-term): Update comment --- diff --git a/sweeprolog.el b/sweeprolog.el index 1b20221..7e984c1 100644 --- a/sweeprolog.el +++ b/sweeprolog.el @@ -5932,7 +5932,8 @@ prompt for CLASS as well." (combine-after-change-calls (delete-region b e) (insert r) - ;; TODO - turn fresh variables in rep into holes + ;; TODO - mark fresh variables in the replacement + ;; term as holes. (let ((inhibit-message t)) (indent-region-line-by-line b (point)))) (cl-incf count (if i -1 1))))