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

    DOC: Document sweep-find-module in the manual
---
 README.org | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.org b/README.org
index 263dfceecb..8156cd57dc 100644
--- a/README.org
+++ b/README.org
@@ -76,6 +76,15 @@ different permutations of the list =(1 2 3 4 5)=:
     num)
 #+end_src
 
+* Finding Prolog code
+
+#+FINDEX: sweep-find-module
+=sweep= provides the command {{{kbd(M-x sweep-find-module)}}} for
+selecting and jumping to the source code of a loaded or auto-loadable
+Prolog module.  =sweep= integrates with Emacs' standard completion API
+to annotate candidate modules in the completion UI with their =PLDoc=
+description when available.
+
 * Indices
 :PROPERTIES:
 :END:

Reply via email to