diff --git a/base/docs/basedocs.jl b/base/docs/basedocs.jl index 447cbe000faa6..cc2d32f6b3deb 100644 --- a/base/docs/basedocs.jl +++ b/base/docs/basedocs.jl @@ -1521,6 +1521,8 @@ Nothing The singleton instance of type [`Nothing`](@ref), used by convention when there is no value to return (as in a C `void` function) or when a variable or field holds no value. +A return value of `nothing` is not displayed by the REPL and similar interactive environments. + See also: [`isnothing`](@ref), [`something`](@ref), [`missing`](@ref). """ nothing