From 7c9a4793dd25c162bbb7e7c46c59010cb3f6028b Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 19 Jul 2018 20:11:02 +0200 Subject: [PATCH] tweaks: properly escape "\" in a man page and "@" in a texi document Also make the involved sentences more precise. --- doc/nano.texi | 6 +++--- doc/nanorc.5 | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/nano.texi b/doc/nano.texi index 565c9a3a..5e87779e 100644 --- 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 index 484f8c4f..fa9586d8 100644 --- 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