mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
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:
parent
ac1e89ebac
commit
deb6e89caf
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue