I have got Abel's Theorem in this form: If a power series converges at one of the ends of the partition of convergence, its sum is continuous at this point (one-sided).
And I have got an example
$\ln (1+x)=x-\frac{x^2}{2}+...+(-1)^{n+1} \frac{x^n}{n}+...$ then
$\ln2=1-\frac{1}{2}+ \frac{1}{3}-...+(-1)^{n+1}\frac{1}{n}+...$
How is this theorem used in this example?
The power series
$$f(x) = \sum_{n=1}^\infty \frac{(-1)^{n-1}}{n}x^n$$
converges for $x=1$ (by Leibinz' alternating series criterion, for example). Hence by Abel's theorem, we have
$$\sum_{n=1}^\infty \frac{(-1)^{n-1}}{n} = \lim_{x\to 1^-} \sum_{n=1}^\infty \frac{(-1)^{n-1}}{n}x^n = \lim_{x\to 1^-} \ln (1+x) = \ln 2.$$
Abel's theorem gives the first equality above, which allows to determine the sum of the alternating harmonic series. It is not a priori clear that the equality holds, since the uniform convergence of the series which is used to deduce the continuity of the sum is only shown to hold on compact subintervals of the open interval of convergence by the usual convergence tests (root or ratio test, typically), and thus these yield only the continuity on the open interval of convergence. Abel's theorem extends that to the endpoints of the interval where the series still converges.