Well, you start with limiting (selecting) delta with epsilon, eg: d < 2e or d = 2e etc etc.
That way, | x - a | is somehow limited by epsilon, and the proof ends when you show that | f(x) - L | is also limited by epsilon.
it doesn't exactly matter how it is limited, as long as the limitation aspires to 0.
for example,
if you show that | f(x) - L | < 3e, that's just as good.
or more generally, if | f(x) - L | < g(e) ----------> 0
e--->0
then f(x) ------> L
x->a
it's the sandwich law

0 <= | f(x) - L | < e -------> 0
( if h(x) <= f(x) <= g(x) g(x) --------> L, and h(x) -------> L then f(x) ------> L )
( x->a x->a x->a )