2011-02-23 Kamil Dudka <kdudka@redhat.com>
* doc/man/nanorc.5: Fix small typo git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4533 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
154136a7cb
commit
20d93295c1
|
@ -1,3 +1,6 @@
|
||||||
|
2011-02-23 Kamil Dudka <kdudka@redhat.com>
|
||||||
|
* doc/man/nanorc.5: Fix small typo
|
||||||
|
|
||||||
2011-02-22 Chris Allegretta <chrisa@asty.org>
|
2011-02-22 Chris Allegretta <chrisa@asty.org>
|
||||||
* color.c (nfreeregex): Fix that we were trying to set the pointer passed by value
|
* color.c (nfreeregex): Fix that we were trying to set the pointer passed by value
|
||||||
to NULL. Fixes crashes on file save reported by Ken Tyler and Matthieu Lejeune.
|
to NULL. Fixes crashes on file save reported by Ken Tyler and Matthieu Lejeune.
|
||||||
|
|
|
@ -138,7 +138,7 @@ Don't wrap text at all.
|
||||||
.B set operatingdir "\fIdirectory\fP"
|
.B set operatingdir "\fIdirectory\fP"
|
||||||
\fBnano\fP will only read and write files inside \fIdirectory\fP and its
|
\fBnano\fP will only read and write files inside \fIdirectory\fP and its
|
||||||
subdirectories. Also, the current directory is changed to here, so
|
subdirectories. Also, the current directory is changed to here, so
|
||||||
files are inserted from this diractory. By default, the operating
|
files are inserted from this directory. By default, the operating
|
||||||
directory feature is turned off.
|
directory feature is turned off.
|
||||||
.TP
|
.TP
|
||||||
.B set/unset preserve
|
.B set/unset preserve
|
||||||
|
|
Loading…
Reference in New Issue