]> git.eshelyaron.com Git - sweep.git/commitdiff
ENHANCED: Add tooltip info for string-stye DCG terminals
authorEshel Yaron <me@eshelyaron.com>
Tue, 6 Jun 2023 05:32:37 +0000 (08:32 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 6 Jun 2023 05:32:37 +0000 (08:32 +0300)
sweeprolog.el

index 5fe350770fe6dd2fb952e55f796292a804d4ff18..3e7499e6fe99bbddccf69c806c2cbd5fa8f9b026 100644 (file)
@@ -2542,7 +2542,8 @@ resulting list even when found in the current clause."
          ("dict_return_op" "Dict return operator")
          ("func_dot" "Dict function dot")
          (`("decl_option" . ,option)
-          (sweeprolog--help-echo-for-declaration-option option))))
+          (sweeprolog--help-echo-for-declaration-option option))
+         (`("dcg" . "string") "DCG terminal")))
     (with-silent-modifications
       (put-text-property beg end 'help-echo help-echo))))