* doc/syntax/nanorc.nanorc: Show bright foreground colours as valid.
* src/rcfile.c: Improve some comments, and remove some others that
are mispasted or superfluous.
+ * doc/texinfo/nano.texi: Add missing parenthesis, remove blank line.
2014-05-10 Chris Allegretta <chrisa@asty.org>
* src/rcfile.c (parse_color_names): Redefine false and true to
@item bind key function menu
Rebinds @code{key} to @code{function} in the context of @code{menu}
-(or in all menus where the function exists by using @code{all}.
+(or in all menus where the function exists by using @code{all}).
@item unbind key menu
Unbinds @code{key} from the specified @code{menu}
@item all
A special name meaning: apply to all menus where this function exists.
-
@end table