comment and indentation fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2732 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
9c6d78669e
commit
90d505cc4a
|
@ -2508,7 +2508,7 @@ void do_spell(void)
|
||||||
free(temp);
|
free(temp);
|
||||||
|
|
||||||
/* If the spell-checker printed any error messages onscreen, make
|
/* If the spell-checker printed any error messages onscreen, make
|
||||||
* sure they're cleared off. */
|
* sure that they're cleared off. */
|
||||||
total_redraw();
|
total_redraw();
|
||||||
|
|
||||||
if (spell_msg != NULL)
|
if (spell_msg != NULL)
|
||||||
|
|
10
src/winio.c
10
src/winio.c
|
@ -2666,11 +2666,11 @@ int statusq(bool allow_tabs, const shortcut *s, const char *curranswer,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef DISABLE_TABCOMP
|
#ifndef DISABLE_TABCOMP
|
||||||
/* If we've done tab completion, there might be a list of
|
/* If we've done tab completion, there might be a list of filename
|
||||||
* filename matches on the edit window at this point. Make sure
|
* matches on the edit window at this point. Make sure that they're
|
||||||
* that they're cleared off. */
|
* cleared off. */
|
||||||
if (list)
|
if (list)
|
||||||
edit_refresh();
|
edit_refresh();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
|
|
Loading…
Reference in New Issue