Just to let you (and readers) know: the difference is not substantial. I just ran a test that goes like this:
1. compute a inferred vector representation for each document
2. check if each inferred vector's most similar trained vector refers to the same document.
Model Doc2Vec(dm/c,d100,n5,w5,mc2,s0.001,t2)
98382 matches, 1618 misses (accuracy 0.98382)
Model Doc2Vec(dbow,d100,n5,mc2,s0.001,t2)
98475 matches, 1525 misses (accuracy 0.98475)
Model Doc2Vec(dm/m,d100,n5,w10,mc2,s0.001,t2)
94347 matches, 5653 misses (accuracy 0.94347)
It is pretty good to the task I have in mind.