From: Eshel Yaron Date: Sat, 14 Jan 2023 20:32:39 +0000 (+0200) Subject: * README.org ("Initialization and Cleanup"): use title case X-Git-Tag: V9.1.3-sweep-0.11.3~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98cfbd199918ed6f82742e957f76be9e1a34e139;p=dict.git * README.org ("Initialization and Cleanup"): use title case --- diff --git a/README.org b/README.org index 8b24f81..caf2a1e 100644 --- a/README.org +++ b/README.org @@ -143,7 +143,7 @@ start Emacs with =libswipl= loaded upfront via =LD_PRELOAD=, for example: LD_PRELOAD=/usr/local/lib/libswipl.so emacs #+end_src -* Prolog initialization and cleanup +* Prolog Initialization and Cleanup :PROPERTIES: :CUSTOM_ID: prolog-init :DESCRIPTION: Functions for starting and stopping the embedded Prolog runtime @@ -1843,7 +1843,7 @@ The full list of keybindings in ~sweeprolog-prefix-map~ is given below: |-----+--------------------------------------+-----------------------------------| | ~F~ | ~sweeprolog-set-prolog-flag~ | [[*Setting Prolog flags][Setting Prolog Flags]] | | ~P~ | ~sweeprolog-pack-install~ | [[*Installing Prolog packages][Installing Prolog packages]] | -| ~R~ | ~sweeprolog-restart~ | [[*Prolog initialization and cleanup][Prolog Initialization and Cleanup]] | +| ~R~ | ~sweeprolog-restart~ | [[#prolog-init][Prolog Initialization and Cleanup]] | | ~T~ | ~sweeprolog-list-top-levels~ | [[#top-level-menu][The Top-level Menu Buffer]] | | ~X~ | ~sweeprolog-xref-project-source-files~ | [[#sweeprolog-xref][Definitions and References]] | | ~e~ | ~sweeprolog-view-messages~ | [[#prolog-messages][Examining Prolog Messages]] |