commit 7b19b4114cbe3a1d5cdcda15dd2a5d0dd8a63307
parent 3e9c2ecc853da2b5456007b98b668eaf42f26c0b
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Fri, 11 Sep 2020 10:45:19 +0200
docs: improve two wordings in the sample nanorc
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git 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 <Tab> should always produce four spaces when editing a Python file,
## independent of the settings of 'tabsize' and 'tabstospaces':