I've seen in different sources that there is a prevalent notation convention regarding to limits.
If $f: X \rightarrow \mathbb{R}$ is a function and $x_0$ is an adherent point of $X$. It's very common to see that $\lim_{x\rightarrow x_0}f(x)=L$ means $f(x)\rightarrow L$ whenever $x\rightarrow x_0$ and $x\not= x_0$. In other words $x$ is not allowed to be equal to $x_0$ (in almost all the books that I've seen so far).
But in a very few other sources I've seen a more general approach defining $\lim_{x\rightarrow x_0; x\in E}f(x)=L$, $f(x)\rightarrow L$ whenever $x\rightarrow x_0$ in $E$; in particular in this notation the first limit can be expressed as $\lim_{x\rightarrow x_0;x\not= x_0}f(x)=L$.
So my questions are regarding to this: what is the advantage of one over the other in general? what could be the principal reason for which one is more common than the other which is a more general notation? Or is just a matters of taste to interpret either $\lim_{x \to x_0} f(x) = L$ as “$f(x) \to L$ whenever $x \to x_0$" in $E$, or “whenever $x \to x_0$ and $x \neq x_0$"?
Edit: I know that it may happen that $f(x_0)$ is not even defined, but this doesn't really matter because the limit perfectly exists as $\lim_{x\to x_0;x\in\text{dom}f\backslash \{x_0\}} f(x)$. So if the limit exists at the point or not is not important because we can simple restrict the set in which is defined and we're done the limit exists in this set.
Edit: If were the case of the example of Martin Argerami, then the only point of advantage of the second notation over the first is that for the first, if $x_n \to x_0$ then this not necessarily imply $f(x_n)\to L$ yet $\lim_{x\to x_0} f(x)= L$ but for the other case, the second notation, clearly $\lim_{x\to x_0; x\in\text{Dom}f \setminus \{x_0\} } f(x)= L$ and for any sequence $(x_n) \in \text{Dom}f\backslash \{x_0\}$ clearly would have $(f(x_n)) \to L$. Then maps convergent sequences in $E$ to convergent sequences which i think is nice.
But the main point here is this: what does the reason for which there is a prevalence for the first definition over the second which is more general? Is it just because is customary or by simplicity at time to write and save ink?
Thanks in advance