Commit 646bf911 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

add missing word

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1985 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 49d5c1bf
Showing with 4 additions and 4 deletions
+4 -4
...@@ -121,10 +121,10 @@ CVS code - ...@@ -121,10 +121,10 @@ CVS code -
- Move the REVERSE_SEARCH flag toggling into the NANO_SMALL - Move the REVERSE_SEARCH flag toggling into the NANO_SMALL
#ifdef, since the tiny version of nano doesn't support reverse #ifdef, since the tiny version of nano doesn't support reverse
searching. Move the CASE_SENSITIVE flag toggling out in order searching. Move the CASE_SENSITIVE flag toggling out in order
to allow the internal spell checker to work when NANO_SMALL is to allow the internal spell checker to work properly when
defined and DISABLE_SPELLER isn't. Also, turn the USE_REGEXP NANO_SMALL is defined and DISABLE_SPELLER isn't. Also, turn
flag off during spell checking in order to avoid a potential the USE_REGEXP flag off during spell checking in order to
segfault. (DLR) avoid a potential segfault. (DLR)
justify_format() justify_format()
- For more compatibility with Pico, remove extra space after a - For more compatibility with Pico, remove extra space after a
character in punct if that character is the same as the one character in punct if that character is the same as the one
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment