The definition of "limit" is "lim_{x\rightarrow a}= L if and only if given any \epsilon> 0 there exist \delta> 0 such that if 0< |x- a|< \delta then |f(x)- f(a)|< \epsilon. Notice the "0< |x-a|". What happens at x= a is irrelevant.
For example, if f(x)= x2+ 3 for all x except 1 and f(1)= 100000, then lim_{x\rightarrow 1} f(x)is still 3+ 1= 4: for any value of x <b>close</b> to 1 but <b>not equal</b> to 1, f(x) is close to 4.<br />
<br />
Since you mention &quot;In particular I&#039;m interested in where the denominator of a function of interest contains the factor (x-1)&quot;, take f(x)= (x^2- 1)/(x-1). To find lim_{x\rightarrow 1}f(x) note that x^2- 1= (x-1)(x+ 1) so that (x^2-1)/(x-1)= x+1 for all x &lt;b&gt;except&lt;/b&gt; x= 1. Since the limit as x goes to 1 does not depend on the value at x= 1, the limit of (x^2+ 1)/(x-1) is the same as the limit of x+ 1 which, it is easy to see, is 1+ 1= 2.