tweaks: properly escape "\" in a man page and "@" in a texi document

Also make the involved sentences more precise.
This commit is contained in:
Benno Schulenberg 2018-07-19 20:11:02 +02:00
parent 05592a84ec
commit 7c9a4793dd
2 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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