commit cb475886b1769db594059c368fa910acc208a772
parent 47cfd197b8d5d97ad9f87eb17d21e30f75923a3f
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Mon, 2 Jan 2006 17:09:35 +0000
clarify another comment
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3255 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/color.c b/src/color.c
@@ -3,7 +3,7 @@
* color.c *
* *
* Copyright (C) 2001-2004 Chris Allegretta *
- * Copyright (C) 2005 David Lawrence Ramsey *
+ * Copyright (C) 2005-2006 David Lawrence Ramsey *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2, or (at your option) *
@@ -72,7 +72,7 @@ void color_init(void)
start_color();
#ifdef HAVE_USE_DEFAULT_COLORS
- /* Add in colors, if available. */
+ /* Use the default colors, if available. */
defok = (use_default_colors() != ERR);
#endif