Better docstring for null. (Bug#20815)
* src/data.c (null): Improves the docstring, saying what null returns when OBJECT is non-nil.
This commit is contained in:
@@ -186,7 +186,7 @@ DEFUN ("eq", Feq, Seq, 2, 2, 0,
|
||||
}
|
||||
|
||||
DEFUN ("null", Fnull, Snull, 1, 1, 0,
|
||||
doc: /* Return t if OBJECT is nil. */
|
||||
doc: /* Return t if OBJECT is nil, and return nil otherwise. */
|
||||
attributes: const)
|
||||
(Lisp_Object object)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user