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

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

[nongnu] elpa/sweeprolog ef2bca22bb 5/6: ENHANCED: Add tooltip info for


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog ef2bca22bb 5/6: ENHANCED: Add tooltip info for string-stye DCG terminals
Date: Tue, 6 Jun 2023 04:01:35 -0400 (EDT)

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

    ENHANCED: Add tooltip info for string-stye DCG terminals
---
 sweeprolog.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sweeprolog.el b/sweeprolog.el
index 5fe350770f..3e7499e6fe 100644
--- a/sweeprolog.el
+++ b/sweeprolog.el
@@ -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))))
 



reply via email to

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