* 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:
Pavel Roskin 2001-09-20 01:42:57 +00:00
parent 6f248850ea
commit 0f1954d2ff
2 changed files with 6 additions and 3 deletions

View File

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

View File

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