about summary refs log tree commit diff stats
path: root/lynx.cfg
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-11-04 02:46:35 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1999-11-04 02:46:35 -0500
commit0f88481e93b50612489cc8e5b1ca365196439373 (patch)
treee56049a7eac3b450ab323c1037e1bf8c02f6b306 /lynx.cfg
parent2d161b7d97cebd6f38885cf69933291fec6b4381 (diff)
downloadlynx-snapshots-0f88481e93b50612489cc8e5b1ca365196439373.tar.gz
snapshot of project "lynx", label v2-8-3dev_14
Diffstat (limited to 'lynx.cfg')
-rw-r--r--lynx.cfg34
1 files changed, 17 insertions, 17 deletions
diff --git a/lynx.cfg b/lynx.cfg
index 0542435c..c321d26a 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -2238,15 +2238,15 @@ MINIMAL_COMMENTS:TRUE
 
 
 # Pretty source view settings. These settings are in effect when -prettysrc
-# was specified.
-# The following lexical elements (lexems) are recognised:
+# is specified.
+# The following lexical elements (lexemes) are recognized:
 # comment, tag, attribute, attribute value, generalized angle brackets (
-# '<' '>' '</' ), entity, hyperlink destination , entire file,bad sequence,
+# '<' '>' '</' ), entity, hyperlink destination, entire file, bad sequence,
 # bad tag, bad attribute, sgml special.
 #  The following group of option tells which styles will surround each
-# lexem. The syntax of option in this group is:
-#HTMLSRC_<LEXEMNAME>:<TAGSPEC>:<TAGSPEC>
-# The first <TAGSPEC> specifies what tags will precede lexems of that class
+# lexeme. The syntax of option in this group is:
+#HTMLSRC_<LEXEMENAME>:<TAGSPEC>:<TAGSPEC>
+# The first <TAGSPEC> specifies what tags will precede lexemes of that class
 # in the internal html markup. The second - what will be placed (internally)
 # after it.
 # TAGSPEC has the following syntax:
@@ -2254,11 +2254,11 @@ MINIMAL_COMMENTS:TRUE
 # <TAGOPEN>:= tagname[.classname]
 # <TAGCLOSE>:= !tagname
 #
-# The following table gives correspondence between lexem and lexem name
-#  Lexem                     LEXEMNAME FURTHER EXPLANATION
+# The following table gives correspondence between lexeme and lexeme name
+#  Lexeme                    LEXEMENAME FURTHER EXPLANATION
 # ------------------------------------
 # comment                    COMM
-# tag                        TAG       everything in gen. brackets
+# tag                        TAG       recognized tag name only
 # attribute                  ATTRIB
 # attribute value            ATTRVAL
 # generalized brackets       ABRACKET  <  >  </
@@ -2270,7 +2270,7 @@ MINIMAL_COMMENTS:TRUE
 # bad tag                    BADTAG    Unrecognized contruct in generalized
 #                                      brackets.
 # bad attribute              BADATTR   The name of the attribute unknown to lynx
-#                                      of the tag known to lynx. (ie
+#                                      of the tag known to lynx. (i.e.,
 #                                      attributes of unknown tags will have
 #                                      markup of  ATTRIB)
 # sgml special               SGMLSPECIAL doctype, sgmlelt, sgmlele,
@@ -2278,13 +2278,13 @@ MINIMAL_COMMENTS:TRUE
 #
 #                 Notes:
 # 1) The markup for HTML_ENTIRE will be emitted only once - it will surround
-# entire file source.
-# 2) The tagnames specified by TAGPEC should be valid html tag names.
+#    entire file source.
+# 2) The tagnames specified by TAGSPEC should be valid html tag names.
 # 3) If the tag/class combination given by TAGOPEN is not assigned a color
 #    style in lss file (for lynx compiled with lss support), that tag/class
-#    combination will be anyway emitted during internal html markup. Such
+#    combination will be emitted anyway during internal html markup. Such
 #    combinations will be also reported to the trace log.
-# 4) Lexeme 'tag' means everything contained in generalized angle brackets
+# 4) Lexeme 'tag' means tag name only
 # 5) Angle brackets of html specials won't be surrounded by markup for ABRACKET
 #
 #         Examples:
@@ -2316,15 +2316,15 @@ MINIMAL_COMMENTS:TRUE
 # For lynx compiled without lss support, the following settings are the default:
 #HTMLSRC_COMM:b:!b
 #HTMLSRC_TAG:b:!b
-#HTMLSRC_ATTRIB::
-#HTMLSRC_ATTRVAL:!b:b
+#HTMLSRC_ATTRIB:b:!b
+#HTMLSRC_ATTRVAL::
 #HTMLSRC_ABRACKET:b:!b
 #HTMLSRC_ENTITY:b:!b
 #HTMLSRC_HREF::
 #HTMLSRC_ENTIRE::
 #HTMLSRC_BADSEQ:b:!b
 #HTMLSRC_BADTAG::
-#HTMLSRC_BADATTR:!b:b
+#HTMLSRC_BADATTR::
 #HTMLSRC_SGMLSPECIAL:b:!b
 #
 # Other source-view related options: