commit b56db25a35cc677e6c2bce3f9293539dd5350abb
parent e3957ee5ee6ba3c57643b86efe07d0a45bd9a7d5
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Thu, 12 Dec 2019 19:17:22 +0100
docs: mention that all keywords in a nanorc file should be in lowercase
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/doc/nano.texi b/doc/nano.texi
@@ -695,6 +695,7 @@ be used to configure @command{nano} on startup without using command-line
options. Additionally, there are some commands to define syntax highlighting
and to rebind keys --- @pxref{Syntax Highlighting} and @ref{Rebinding Keys}.
@command{nano} will read one command per line.
+All commands and keywords should be written in lowercase.
Options in nanorc files take precedence over @command{nano}'s defaults, and
command-line options override nanorc settings. Also, options that do not
diff --git a/doc/nanorc.5 b/doc/nanorc.5
@@ -44,6 +44,7 @@ commands, which can be used to configure nano on startup without using
command-line options. Additionally, there are some commands to define
syntax highlighting and to rebind keys -- see the two separate sections
on those. \fBnano\fP reads one command per line.
+All commands and keywords should be written in lowercase.
.sp
Options in \fInanorc\fP files take precedence over nano's defaults, and
command-line options override \fInanorc\fP settings. Also, options that