]> git.eshelyaron.com Git - sweep.git/commitdiff
DOC: update manual section about filespec expansion
authorEshel Yaron <me@eshelyaron.com>
Sat, 3 Sep 2022 15:44:57 +0000 (18:44 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 3 Sep 2022 15:44:57 +0000 (18:44 +0300)
README.org

index 44c7f51a288b37374821075393225e25f28b0e20..a72e9b2186f990ef5af88ad52aab90fe88318e70 100644 (file)
@@ -326,15 +326,19 @@ command =M-x sweep-find-predicate= jumping to the definition a
 loaded or auto-loadable Prolog predicate.
 
 ** Prolog file specification expansion
+:PROPERTIES:
+:CUSTOM_ID: file-spec-expansion
+:END:
 
-=sweep= defines a handler for file name the Emacs function
-=expand-file-file= that recognizes Prolog file specifications, such as
-=library(lists)=, and expands them to the corresponding absolute paths.
-This means that one can use Prolog file specifications with Emacs'
-standard =find-file= (=C-x C-f=) to locate Prolog resources directly.
+=sweep= defines a handler for the Emacs function =expand-file-file= that
+recognizes Prolog file specifications, such as =library(lists)=, and
+expands them to their corresponding absolute paths.  This means that
+one can use Prolog file specifications with Emacs' standard =find-file=
+(=C-x C-f=) to locate Prolog resources directly.
 
 For example, typing =C-x C-f library(pldoc/doc_man)= will open the
-source of the =pldoc_man= module from the Prolog library.
+source of the =pldoc_man= module from the Prolog library, and likewise
+=C-x C-f pack(.)= will open the Prolog packages directory.
 
 * Installing Prolog packages
 :PROPERTIES: