about summary refs log tree commit diff stats
path: root/lynx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'lynx.cfg')
-rw-r--r--lynx.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/lynx.cfg b/lynx.cfg
index dc01a9f2..9faff00e 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -1,4 +1,4 @@
-# $LynxId: lynx.cfg,v 1.237 2014/01/19 11:47:17 tom Exp $
+# $LynxId: lynx.cfg,v 1.238 2014/02/04 01:36:21 tom Exp $
 # lynx.cfg file.
 # The default placement for this file is /usr/local/lib/lynx.cfg (Unix)
 #                                     or Lynx_Dir:lynx.cfg (VMS)
@@ -442,6 +442,9 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu/
 # LOCALE_CHARSET overrides CHARACTER_SET if true, using the current locale to
 # lookup a MIME name that corresponds, and use that as the display charset.
 #
+# It also modifies the default value for ASSUMED_CHARSET; it does not override
+# that setting.
+#
 # Note that while nl_langinfo(CODESET) itself is standardized, the return
 # values and their relationship to the locale value is not.  GNU libiconv
 # happens to give useful values, but other implementations are not guaranteed