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.cfg17
1 files changed, 8 insertions, 9 deletions
diff --git a/lynx.cfg b/lynx.cfg
index 6b4b33a5..10e99559 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -173,14 +173,14 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
 # tables in the src/chrtrans directory.  It is not necessary to change 
 # src/LYCharSets.c to make these new character sets known to Lynx, (although 
 # definitions for the "older" character sets are still there), but the new ones 
-# have to be listed in src/UCdomap.c and, currently, the makefiles in src/ 
-# and src/chrtrans to be automatically used.  See README.* files in src/chrtrans/.
+# have to be listed in src/UCdomap.c and, currently, the makefiles in src/ and
+# src/chrtrans to be automatically used.  See README.* files in src/chrtrans/.
 #
 # For Lynx a "character set" has two names: a Display Character Set string
-# for the Options scree and for setting CHARACTER_SET here, and a
+# for the Options screen and for setting CHARACTER_SET here, and a
 # corresponding MIME name (for recognizing properly labelled charset 
 # parameters in HTTP headers etc.).  Not all Display Character Set names
-# crrespond to exactly one valid MIME charset (for example "Other ISO Latin",
+# correspond to exactly one valid MIME charset (for example "Other ISO Latin",
 # "Chinese", "Transparent"), in that case an appropriate valid (and more
 # specific) MIME name should be used where required.
 #
@@ -190,10 +190,9 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
 # either this file or an -assume_charset command line option.  The mode 
 # defaults to ON if the ASSUME_CHARSET value corresponds to the display
 # character set, otherwise to OFF.  Note that "raw" does not mean that every
-# byte will be passed to the screen.  HTML character entities may get 
-# expanded and translated, inappropriate control characters filtered out, etc.
-# Raw mode effectively changes the charset assumption about unlabelled
-# documents.
+# byte will be passed to the screen.  HTML character entities may get expanded
+# and translated, inappropriate control characters filtered out, etc.  Raw
+# mode effectively changes the charset assumption about unlabelled documents.
 # (There is a "Transparent" pseudo character set for more "rawness".)
 #
 # The default character sets include:
@@ -238,7 +237,7 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
 # IF compiled with -DEXP_CHARTRANS:
 # ASSUME_CHARSET changes the handling of documents which do not
 # explicitly specify a charset.  Normally Lynx assumes that 8-bit
-# characters in those document are encoded according to iso-8859-1
+# characters in those documents are encoded according to iso-8859-1
 # (the official default for the HTTP protocol).  When ASSUME_CHARSET
 # given here or by an -assume_charset command line flag is in effect, 
 # Lynx will treat documents as if they were encoded accordingly.