more miscellaneous minor fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3384 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
b61dc89f9a
commit
73ff694ce1
|
@ -9,7 +9,7 @@
|
||||||
@smallbook
|
@smallbook
|
||||||
@set EDITION 0.1
|
@set EDITION 0.1
|
||||||
@set VERSION 1.3.10
|
@set VERSION 1.3.10
|
||||||
@set UPDATED 12 Apr 2006
|
@set UPDATED 15 Apr 2006
|
||||||
|
|
||||||
@dircategory Editors
|
@dircategory Editors
|
||||||
@direntry
|
@direntry
|
||||||
|
@ -446,14 +446,15 @@ editable text in front of the cursor, as opposed to being bracketed and
|
||||||
uneditable as it is in Pico. The old behavior could be made compatible
|
uneditable as it is in Pico. The old behavior could be made compatible
|
||||||
with Pico via the @code{-p} option, but recent versions of Pico use the
|
with Pico via the @code{-p} option, but recent versions of Pico use the
|
||||||
@code{-p} option to preserve the XON and XOFF sequences within the
|
@code{-p} option to preserve the XON and XOFF sequences within the
|
||||||
editor. Since with the new method search and replace strings can still
|
editor. Since, with the new method, search and replace strings can
|
||||||
be edited by simply hitting the up arrow key once, the old method was
|
still be edited by simply hitting the up arrow key once, the old method
|
||||||
removed completely.
|
was removed completely.
|
||||||
|
|
||||||
|
|
||||||
@item Writing or Appending Selected Text to Files
|
@item Writing, Appending, or Prepending Selected Text to Files
|
||||||
Text selected using the Control-Caret (^^) key can be written out or
|
Text selected using the Control-Caret (^^) key can be written out,
|
||||||
appended to a new or existing file using the Writeout key (^O).
|
appended, or prepended to a new or existing file using the Writeout key
|
||||||
|
(^O).
|
||||||
|
|
||||||
@item Toggles
|
@item Toggles
|
||||||
Many options which alter the functionality of the program can be
|
Many options which alter the functionality of the program can be
|
||||||
|
|
Loading…
Reference in New Issue