diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index df3666f1c..bb142dc4b 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -10350,6 +10350,11 @@ system and gives an overview of their function and contents.
       :term:`DESCRIPTION` variable if :term:`DESCRIPTION` is
       not set in the recipe.

+      If you don't set this variable in your recipe file, it will contain
+      the default value as set in the ``bitbake.conf`` file::
+
+         SUMMARY ?= "${PN} version ${PV}-${PR}"
+
    :term:`SVNDIR`
       The directory in which files checked out of a Subversion system are
       stored.
