- global.c:
shortcut_init()
- Simplify wording of nano_gotoline_msg. (Jordi and Ken Tyler)
- - Clarify wording of nano_wordcount_msg, as it won't go through
- the entire file if the mark is on. (DLR)
+ - Clarify wording of nano_wordcount_msg, as it will only go
+ through the marked portions of the file if the mark is on.
+ (DLR)
- move.c:
do_first_line(), do_last_line()
- Simplify by only using edit_redraw(), and also make them call
#endif
#ifndef DISABLE_JUSTIFY
static filestruct *jusbottom = NULL;
- /* Pointer to end of justify buffer. */
+ /* Pointer to the end of the justify buffer. */
#endif
#ifndef NANO_SMALL