* doc/lispref/objects.texi (Special Read Syntax): Document the #'
syntax (bug#38278).
The printed representation of an interned symbol whose name is an
empty string (@pxref{Symbol Type}).
+@item #'
+Expands to @code{function} and is commonly used to quote function
+symbols (as opposed to @samp{'} which is used to quote non-function
+symbols).
+
@item #:
The printed representation of an uninterned symbol whose name is
@var{foo} is @samp{#:@var{foo}} (@pxref{Symbol Type}).