add missing dashes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2818 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-07-06 19:11:15 +00:00
parent 504ae90a8e
commit ec01074075
1 changed files with 3 additions and 3 deletions

View File

@ -33,14 +33,14 @@ CVS code -
do_replace() do_replace()
- Blank out last_replace properly again just before displaying - Blank out last_replace properly again just before displaying
the "Replace" prompt. (DLR, found by Mike Frysinger) the "Replace" prompt. (DLR, found by Mike Frysinger)
configure.ac: - configure.ac:
- Since we only use vsnprintf() now, remove the tests for - Since we only use vsnprintf() now, remove the tests for
snprintf(). (DLR) snprintf(). (DLR)
doc/faq.html: - doc/faq.html:
- Update section 4.10 to mention that pasting from the X - Update section 4.10 to mention that pasting from the X
clipboard via the middle mouse button also works when the clipboard via the middle mouse button also works when the
Shift key is used. (DLR) Shift key is used. (DLR)
doc/nanorc.sample: - doc/nanorc.sample:
- Add regexes for Bourne shell scripts. (Mike Frysinger, minor - Add regexes for Bourne shell scripts. (Mike Frysinger, minor
tweaks by DLR) tweaks by DLR)