Does the following agree with proper notation? I think my understanding is incorrect.
$$ y = f(x) $$
Without an argument ($x$ is left undefined?): $$ \frac {dy}{dx} = f' = \lim_{h \to 0} {\frac {f(h+x) - f(x)}{(h+x) -x}} $$ With an argument: $$ \frac {dy}{dx}(x)=\frac {dy}{dx} \Big|_{x} = f'(x) = \lim_{h \to 0} {\frac {f(h+x) - f(x)}{(h+x) -x}} $$ or optionally, with argument using new symbol to reduce confusion:
$$ \frac {dy}{dx}(a)=\frac {dy}{dx} \Big|_{a} = f'(a) = \lim_{h \to 0} {\frac {f(h+a) - f(a)}{(h+a) -a}} $$
Finally, I think the point of differentiation can be a variable vs argument as follows: $$ x=a,\frac {dy}{dx}= f'(a) = \lim_{h \to 0} {\frac {f(h+a) - f(a)}{(h+a) -a}} $$