e41e01c3bbfda0c94e7a3b9509463bae02500a4a
angie
  Wed Nov 29 14:35:01 2017 -0800
Clarification for geneIds column description.

diff --git src/hg/lib/refSeqFuncElems.as src/hg/lib/refSeqFuncElems.as
index b8e1149..f32cc6e 100644
--- src/hg/lib/refSeqFuncElems.as
+++ src/hg/lib/refSeqFuncElems.as
@@ -1,20 +1,20 @@
 table refSeqFuncElems
 "Bed 9+ representation of RefSeq functional elements."
     (
     string chrom;          "Reference sequence chromosome or scaffold"
     uint   chromStart;     "Start position in chromosome"
     uint   chromEnd;       "End position in chromosome"
     string name;           "type of element"
     uint   score;          "unused; placeholder for BED format"
     char[1] strand;        "+ for forward strand, - for reverse strand"
     uint   thickStart;     "Start position in chromosome"
     uint   thickEnd;       "End position in chromosome"
     uint reserved;         "Used as itemRgb: color based on type of element"
     string soTerm;         "Sequence ontology (SO) term"
     lstring note;          "A note describing the element"
-    lstring geneIds;       "Entrez Gene ID of associated gene(s)"
+    lstring geneIds;       "Entrez Gene ID of element and/or associated gene(s)"
     lstring pubMedIds;     "PubMed ID of associated publication(s)"
     lstring experiment;    "Experimental evidence"
     lstring function;      "Predicted function"
     lstring _mouseOver;    "Mouse over label"
     )