* doc/emacs/help.texi (Name Help): Add 'help-find-source' entry.
* etc/NEWS: Likewise.
it has both definition as a function and as a variable, this command
will show the documentation of all of them, one after the other.
+@kindex C-h 4 s
+@findex help-find-source
+ @kbd{C-h 4 s} (@code{help-find-source}) switch to a buffer visiting
+the source definition of what is being described in the help buffer.
+
@vindex completions-detailed
If the @code{completions-detailed} user option is non-@code{nil},
some commands provide details about the possible values when
** Help
++++
+*** New command 'help-find-source'.
+Switch to a buffer visiting the source of what is being described in
+"*Help*". It is bound to 'C-h 4 s' globally.
+
*** 'describe-function' shows function inferred type when available.
For native compiled Lisp functions 'describe-function' prints (after
the signature) the automatically inferred function type as well.