commit 7c9a4793dd25c162bbb7e7c46c59010cb3f6028b
parent 05592a84ecfd1b3953e0a9286034177580397367
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Thu, 19 Jul 2018 20:11:02 +0200
tweaks: properly escape "\" in a man page and "@" in a texi document
Also make the involved sentences more precise.
Diffstat:
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/doc/nano.texi b/doc/nano.texi
@@ -1075,12 +1075,12 @@ The format of @code{key} should be one of:
@itemize @w{}
@item
-@code{^}@ followed by a Latin letter, one of several ASCII characters
-(@, ], \, ^, or _), or the word "Space".
+@code{^}@ followed by a Latin letter, by one of several ASCII characters
+(@@, ], \, ^, or _), or by the word "Space".
Example: @code{^C}.
@item
-@code{M-}@ followed by any ASCII character except [, or the word "Space".
+@code{M-}@ followed by any ASCII character except [, or by the word "Space".
Example: @code{M-C}.
@item
diff --git a/doc/nanorc.5 b/doc/nanorc.5
@@ -427,17 +427,17 @@ The format of \fIkey\fP should be one of:
.RS 3
.TP 3
.B ^
-followed by a Latin letter, one of several ASCII characters
-(@, ], \, ^, or _), or the word "Space".
-Example: ^C
+followed by a Latin letter, by one of several ASCII characters
+(@, ], \\, ^, or _), or by the word "Space".
+Example: ^C.
.TP
.B M-
-followed by any ASCII character except [, or the word "Space".
-Example: M-C
+followed by any ASCII character except [, or by the word "Space".
+Example: M-C.
.TP
.B F
followed by a numeric value from 1 to 16.
-Example: F10
+Example: F10.
.TP
the word "Ins" or the word "Del".
.RE