Spelling fixes by DLR
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@738 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
279aaa9bdb
commit
4839d23b11
|
@ -6,6 +6,8 @@ CVS code -
|
||||||
- nano.c:
|
- nano.c:
|
||||||
main()
|
main()
|
||||||
- Change the getop option to 'F' (David Lawrence Ramsey)
|
- Change the getop option to 'F' (David Lawrence Ramsey)
|
||||||
|
- nanorc.sample
|
||||||
|
- Typo fixes and updates (David Lawrence Ramsey)
|
||||||
- files.c:
|
- files.c:
|
||||||
new_file()
|
new_file()
|
||||||
- Do add_open_files if there aren't any open yet (David Lawrence
|
- Do add_open_files if there aren't any open yet (David Lawrence
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
# Don't follow symlinks when writing files
|
# Don't follow symlinks when writing files
|
||||||
# set nofollow
|
# set nofollow
|
||||||
|
|
||||||
# Use Pico Compatibility mode for ths shortcut lists and search text
|
# Use Pico Compatibility mode for the shortcut lists and search text
|
||||||
# set pico
|
# set pico
|
||||||
|
|
||||||
# Use this value instead of the default
|
# Use this value instead of the default
|
||||||
|
@ -38,10 +38,10 @@
|
||||||
# Don't display the help lists at the bottom of the screen
|
# Don't display the help lists at the bottom of the screen
|
||||||
# set nohelp
|
# set nohelp
|
||||||
|
|
||||||
# Allow nano to be suepended with ^Z
|
# Allow nano to be suspended with ^Z
|
||||||
# set suspend
|
# set suspend
|
||||||
|
|
||||||
# Load files upon inserting them, and allow switching between them
|
# Allow multiple file buffers (using ^R inserts into separate buffer)
|
||||||
# You must have configured with --enable-multibuffer or --enable-extra for
|
# You must have configured with --enable-multibuffer or --enable-extra for
|
||||||
# this to work
|
# this to work
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue