From 7b19b4114cbe3a1d5cdcda15dd2a5d0dd8a63307 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 11 Sep 2020 10:45:19 +0200 Subject: [PATCH] docs: improve two wordings in the sample nanorc --- doc/sample.nanorc.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in index 27202ba1..724dc6bc 100644 --- a/doc/sample.nanorc.in +++ b/doc/sample.nanorc.in @@ -223,7 +223,7 @@ ## === Syntax coloring === ## For all details, see 'man nanorc', section SYNTAX HIGHLIGHTING. -## To include all existing syntax definitions, you can do: +## To include most of the existing syntax definitions, you can do: # include "@PKGDATADIR@/*.nanorc" ## Or you can select just the ones you need. For example: @@ -232,7 +232,8 @@ # include "@PKGDATADIR@/sh.nanorc" ## In @PKGDATADIR@/extra/ you can find some syntaxes that are -## specific for certain distros or for less common languages. +## specific for certain distros or for some less common languages. + ## If should always produce four spaces when editing a Python file, ## independent of the settings of 'tabsize' and 'tabstospaces':