[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/sweeprolog f5edd3a350 5/6: ; Inhibit ElDoc messages for co
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/sweeprolog f5edd3a350 5/6: ; Inhibit ElDoc messages for common Prolog control constructs |
Date: |
Sun, 12 Nov 2023 16:00:19 -0500 (EST) |
branch: elpa/sweeprolog
commit f5edd3a3505db9fbb8276700fc0008a29a7bb673
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>
; Inhibit ElDoc messages for common Prolog control constructs
---
sweep.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sweep.pl b/sweep.pl
index 574da33c69..ae8487e789 100644
--- a/sweep.pl
+++ b/sweep.pl
@@ -319,6 +319,7 @@
sweep_short_documentation_head(parentheses_term_position(Beg, End, Pos), Head, N
sweep_short_documentation_(FileName, Mod, Goal, Index, Meta, PIString, Doc,
ArgSpan) :-
explicit_args(Meta, Goal, Head),
+ \+ is_control_goal(Head),
( predicate_property(Mod:Head, built_in)
-> M = system
; ( xref_defined(FileName, Head, imported(From))
@@ -422,7 +423,6 @@ explicit_args_(N, G0, G) :-
append(A0, A1, A),
G =.. [F|A].
-
sweep_short_documentation_finalize(M, PI, Index, PIString, Doc, ArgSpan) :-
doc_comment(M:PI, Pos, OneLiner, Comment),
is_structured_comment(Comment, Prefixes),
- [nongnu] elpa/sweeprolog updated (f87507029f -> 05020e1269), ELPA Syncer, 2023/11/12
- [nongnu] elpa/sweeprolog 05020e1269 6/6: Announce recent changes in NEWS.org and bump version to 0.27.0, ELPA Syncer, 2023/11/12
- [nongnu] elpa/sweeprolog c8e2cda7b5 2/6: Highlight current argument in ElDoc documentation messages, ELPA Syncer, 2023/11/12
- [nongnu] elpa/sweeprolog ff82bd7c37 4/6: ; * sweep.texi (Showing Prolog Docs): Reword., ELPA Syncer, 2023/11/12
- [nongnu] elpa/sweeprolog b18515b91c 3/6: ; Silence syntax errors when rereading predicate modes term, ELPA Syncer, 2023/11/12
- [nongnu] elpa/sweeprolog 368518b34d 1/6: Use bespoke face for the ElDoc callback ':face' argument, ELPA Syncer, 2023/11/12
- [nongnu] elpa/sweeprolog f5edd3a350 5/6: ; Inhibit ElDoc messages for common Prolog control constructs,
ELPA Syncer <=