Bug introduced in 10.0 and fixed in 10.2 or earlier
ListLinePlot generates the same legend for different lists of data when PlotMarkers and PlotStyle options are used:
list = {{{1, 2}, {2, 3}, {3, 4}}, {{2, 4}, {4, 6}, {6, 8}}}; ListLinePlot[list, PlotStyle -> Black, PlotMarkers -> {Automatic, 16}, PlotLegends -> {"A", "B"}] 
Is this a bug?
I have Mathematica v10.0.0 installed on Windows 8 x64.


