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

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

[nongnu] elpa/sweeprolog 8939eb33bc 01/13: ; * sweep.texi (Extract Goal)


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog 8939eb33bc 01/13: ; * sweep.texi (Extract Goal): Improve indexing
Date: Sun, 17 Sep 2023 04:00:40 -0400 (EDT)

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

    ; * sweep.texi (Extract Goal): Improve indexing
---
 sweep.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sweep.texi b/sweep.texi
index 1d5c6dd455..f8d427434e 100644
--- a/sweep.texi
+++ b/sweep.texi
@@ -212,7 +212,7 @@ On-the-fly diagnostics, @pxref{Showing Errors}
 @item
 Intelligent code completion, @pxref{Code Completion}
 @item
-Refactoring support, @pxref{Renaming Variables}
+Refactoring, @pxref{Renaming Variables} and @ref{Extract Goal}
 @item
 Integrated SWI-Prolog top-level, @pxref{The Prolog Top-level}
 @item
@@ -2528,6 +2528,8 @@ the context menu.  @xref{Context Menu}.
 @node Extract Goal
 @section Extracting Goals to Separate Predicates
 
+@cindex extract goal
+@cindex refactor, extract to separate definition
 Sweep can help you extract a part of the body of a Prolog clause into
 a separate predicate, so you can reuse it in other places.
 



reply via email to

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