]> git.eshelyaron.com Git - sweep.git/commitdiff
; * sweep.texi (Extract Goal): Improve indexing
authorEshel Yaron <me@eshelyaron.com>
Sat, 9 Sep 2023 14:36:55 +0000 (16:36 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 9 Sep 2023 14:36:55 +0000 (16:36 +0200)
sweep.texi

index 1d5c6dd4554d9e5f14f39fbfc049780a1981a698..f8d427434e184f9a5121685d5a93188a0209385b 100644 (file)
@@ -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.