tweaks: consistently backslash-escape the dash in M-letter keystrokes

This commit is contained in:
Benno Schulenberg 2022-02-16 12:19:31 +01:00
parent fe1fecc5da
commit a58efa70bc
2 changed files with 7 additions and 7 deletions

View File

@ -359,7 +359,7 @@ the number of lines in the buffer is displayed after the filename.
This number is cleared upon the next keystroke, or replaced with an This number is cleared upon the next keystroke, or replaced with an
[i/n] counter when multiple buffers are open. [i/n] counter when multiple buffers are open.
The line plus column numbers and the character code are displayed only when The line plus column numbers and the character code are displayed only when
\fB\-\-constantshow\fR is used, and can be toggled on and off with \fBM-C\fR. \fB\-\-constantshow\fR is used, and can be toggled on and off with \fBM\-C\fR.
The state flags are displayed only when \fB\-\-stateflags\fR is used. The state flags are displayed only when \fB\-\-stateflags\fR is used.
.TP .TP
.BR \-0 ", " \-\-zero .BR \-0 ", " \-\-zero
@ -367,8 +367,8 @@ Hide all elements of the interface (title bar, status bar, and help lines)
and use all rows of the terminal for showing the contents of the buffer. and use all rows of the terminal for showing the contents of the buffer.
The status bar appears only when there is a significant message, The status bar appears only when there is a significant message,
and disappears after 1.5 seconds or upon the next keystroke. and disappears after 1.5 seconds or upon the next keystroke.
With \fBM-Z\fR the title bar plus status bar can be toggled. With \fBM\-Z\fR the title bar plus status bar can be toggled.
With \fBM-X\fR the help lines. With \fBM\-X\fR the help lines.
.TP .TP
.BR \-! ", " \-\-magic .BR \-! ", " \-\-magic
When neither the file's name nor its first line give a clue, When neither the file's name nor its first line give a clue,

View File

@ -196,7 +196,7 @@ the number of lines in the buffer is displayed after the filename.
This number is cleared upon the next keystroke, or replaced with an This number is cleared upon the next keystroke, or replaced with an
[i/n] counter when multiple buffers are open. [i/n] counter when multiple buffers are open.
The line plus column numbers and the character code are displayed only when The line plus column numbers and the character code are displayed only when
\fBset constantshow\fR is used, and can be toggled on and off with \fBM-C\fR. \fBset constantshow\fR is used, and can be toggled on and off with \fBM\-C\fR.
The state flags are displayed only when \fBset stateflags\fR is used. The state flags are displayed only when \fBset stateflags\fR is used.
.TP .TP
.B set minicolor \fR[\fBbold,\fR][\fBitalic,\fR]\fIfgcolor\fB,\fIbgcolor\fR .B set minicolor \fR[\fBbold,\fR][\fBitalic,\fR]\fIfgcolor\fB,\fIbgcolor\fR
@ -415,8 +415,8 @@ Hide all elements of the interface (title bar, status bar, and help lines)
and use all rows of the terminal for showing the contents of the buffer. and use all rows of the terminal for showing the contents of the buffer.
The status bar appears only when there is a significant message, The status bar appears only when there is a significant message,
and disappears after 1.5 seconds or upon the next keystroke. and disappears after 1.5 seconds or upon the next keystroke.
With \fBM-Z\fR the title bar plus status bar can be toggled. With \fBM\-Z\fR the title bar plus status bar can be toggled.
With \fBM-X\fR the help lines. With \fBM\-X\fR the help lines.
.SH SYNTAX HIGHLIGHTING .SH SYNTAX HIGHLIGHTING
Coloring the different syntactic elements of a file Coloring the different syntactic elements of a file
@ -695,7 +695,7 @@ and characters in the current buffer (or in the marked region).
.TP .TP
.B execute .B execute
Prompts for a program to execute. The program's output will be inserted Prompts for a program to execute. The program's output will be inserted
into the current buffer (or into a new buffer when \fBM-F\fR is toggled). into the current buffer (or into a new buffer when \fBM\-F\fR is toggled).
.TP .TP
.B speller .B speller
Invokes a spell-checking program, either the default \fBhunspell\fR(1) or GNU Invokes a spell-checking program, either the default \fBhunspell\fR(1) or GNU