mirror of https://github.com/MidnightCommander/mc
* doc/mcedit.1.in: Fix a very long line - use double
backslashes since they are interpreted even in the .nf blocks.
This commit is contained in:
parent
6f248850ea
commit
0f1954d2ff
|
@ -1,5 +1,8 @@
|
|||
2001-09-19 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* doc/mcedit.1.in: Fix a very long line - use double
|
||||
backslashes since they are interpreted even in the .nf blocks.
|
||||
|
||||
* lib/edit.spell.rc: Try aspell before resorting to ispell.
|
||||
|
||||
* syntax/php.syntax: Replace with a better implementation by
|
||||
|
|
|
@ -301,9 +301,9 @@ The default colors may be changed by appending to the
|
|||
background colors pairs may be specified for example with:
|
||||
.PP
|
||||
.nf
|
||||
MC_COLOR_TABLE="$MC_COLOR_TABLE:\
|
||||
editnormal=lightgray,black:\
|
||||
editbold=yellow,black:\
|
||||
MC_COLOR_TABLE="$MC_COLOR_TABLE:\\
|
||||
editnormal=lightgray,black:\\
|
||||
editbold=yellow,black:\\
|
||||
editmarked=black,cyan"
|
||||
.fi
|
||||
.PP
|
||||
|
|
Loading…
Reference in New Issue