From e82fd5ce12a61ca6e6a77efcb28b0ba9a20d8994 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Mon, 3 Oct 2022 18:53:58 +0300 Subject: [PATCH] README.org: fix typos --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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]]. -- 2.39.5