From: Eshel Yaron Date: Mon, 3 Oct 2022 15:53:58 +0000 (+0300) Subject: README.org: fix typos X-Git-Tag: v0.5.0~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e82fd5ce12a61ca6e6a77efcb28b0ba9a20d8994;p=sweep.git README.org: fix typos --- diff --git a/README.org b/README.org index 528fb63..9b2ea1d 100644 --- a/README.org +++ b/README.org @@ -691,7 +691,7 @@ information about =auto-insert= and its customization options, see SWI-Prolog predicates can be documented with specially structured comments placed above the predicate definition, which are processed by the =PlDoc= source documentation system. Emacs comes with many useful -commands for specifically intended for working with comments in +commands specifically intended for working with comments in programming languages, which apply also to writing =PlDoc= comments for Prolog predicates. For an overview of the relevant standard Emacs commands, see [[info:emacs#Comment Commands][Comment Commands in the Emacs manual]]. @@ -709,7 +709,8 @@ and initial contents of the predicate documentation. the newly inserted documentation comment for the user to extend or edit it if needed. To add another comment line, use =M-j= (=comment-indent-new-line=) which starts a new line with the comment -prefix filled in. To reformat the current paragraph of =PlDoc= comments, =M-q= (=fill-paragraph=). +prefix filled in. To reformat the current paragraph of =PlDoc= +comments, use =M-q= (=fill-paragraph=). For more information about =PlDoc= and source documentation in SWI-Prolog, see [[https://www.swi-prolog.org/pldoc/doc_for?object=section(%27packages/pldoc.html%27)][the PlDoc manual]].