In Theorem 5.2, Rudin proves that if a function on $[a,b]$ is differentiable at $x$, it is continuous at $x$. I think the go-to example is the absolute value function, but he then writes:
The converse of this theorem is not true. It is easy to construct continuous functions which fail to be differentiable at isolated points.
I assume that Rudin is using "isolated points" as in Definition 2.18: "If $p \in E$ and $p$ is not a limit point of $E$, then $p$ is an isolated point of $E$."
He defines derivatives in terms of the limit of a difference quotient $f'(x) = \lim_{t \to x} \frac{f(t) - f(x)}{t-x}$, but earlier he defines limits only as the domain points of $f$ approach a limit point. So it doesn't seem that one can even define differentiability at an isolated point.
Am I misinterpreting what Rudin said here?