In this book,
A derivative of a function is defined as follows:
\begin{equation}
\frac{df}{dx} = \lim_{\epsilon \to 0} \frac{f(x+\epsilon) - f(x)}{\epsilon}.
\end{equation}
And define a functional derivative of a functional $F[f]$ as follows: \begin{equation} \frac{\delta f}{\delta f(x)} = \lim_{\epsilon \to 0} \frac{F[f(x^\prime) + \epsilon\delta(x-x^\prime)] - F[f(x^\prime)]}{\epsilon}. \end{equation}
I don't understand why change of functional F is $\epsilon\delta(x-x^\prime)$. Why not define \begin{equation} \frac{\delta f}{\delta f(x)} = \lim_{\epsilon \to 0} \frac{F[f(x^\prime) + \epsilon] - F[f(x^\prime)]}{\epsilon}~? \end{equation} What is the meaning of $\epsilon\delta(x-x^\prime)$?