I started to study the topic "Limit of function" in the book "Introduction to real analysis" by G. Bartle, R. Sherbert. The definition of Limit of function is:
Let $A \subseteq \mathbb R$, and let $c$ be a cluster point of $A$. For a function $f:A \to \mathbb R$ a real number $L$ is said to be a limit point of $f$ at $c$ if, given any $\epsilon>0$, there exists a $\delta>0$ such that if $x \in A$ and $0<|x-c|<\delta$, then $|f(x)-L|<\epsilon$.
My question is: Do we really need $c$ to be a cluster point of $A$ in this defition?
My answer is : I think yes, but I'm not sure. Because if $c$ is cluster point, then $x \neq c$ because of definition of cluster point and it can be useful if fuction is not defined at $c$.
Can somebody explain me whether I am right or not? If not, where do I have missunderstanding?