mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-10 18:34:38 +03:00
tweaks: properly escape "\" in a man page and "@" in a texi document
Also make the involved sentences more precise.
This commit is contained in:
parent
05592a84ec
commit
7c9a4793dd
@ -1075,12 +1075,12 @@ The format of @code{key} should be one of:
|
|||||||
|
|
||||||
@itemize @w{}
|
@itemize @w{}
|
||||||
@item
|
@item
|
||||||
@code{^}@ followed by a Latin letter, one of several ASCII characters
|
@code{^}@ followed by a Latin letter, by one of several ASCII characters
|
||||||
(@, ], \, ^, or _), or the word "Space".
|
(@@, ], \, ^, or _), or by the word "Space".
|
||||||
Example: @code{^C}.
|
Example: @code{^C}.
|
||||||
|
|
||||||
@item
|
@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}.
|
Example: @code{M-C}.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
|
12
doc/nanorc.5
12
doc/nanorc.5
@ -427,17 +427,17 @@ The format of \fIkey\fP should be one of:
|
|||||||
.RS 3
|
.RS 3
|
||||||
.TP 3
|
.TP 3
|
||||||
.B ^
|
.B ^
|
||||||
followed by a Latin letter, one of several ASCII characters
|
followed by a Latin letter, by one of several ASCII characters
|
||||||
(@, ], \, ^, or _), or the word "Space".
|
(@, ], \\, ^, or _), or by the word "Space".
|
||||||
Example: ^C
|
Example: ^C.
|
||||||
.TP
|
.TP
|
||||||
.B M-
|
.B M-
|
||||||
followed by any ASCII character except [, or the word "Space".
|
followed by any ASCII character except [, or by the word "Space".
|
||||||
Example: M-C
|
Example: M-C.
|
||||||
.TP
|
.TP
|
||||||
.B F
|
.B F
|
||||||
followed by a numeric value from 1 to 16.
|
followed by a numeric value from 1 to 16.
|
||||||
Example: F10
|
Example: F10.
|
||||||
.TP
|
.TP
|
||||||
the word "Ins" or the word "Del".
|
the word "Ins" or the word "Del".
|
||||||
.RE
|
.RE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user