bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24316: Mistake in GNU Emacs Lisp Reference Manual, Section 5.3


From: Eric Wayman
Subject: bug#24316: Mistake in GNU Emacs Lisp Reference Manual, Section 5.3
Date: Fri, 26 Aug 2016 16:53:34 -0400

With respect to

 -- Function: safe-length list

the text says

    "If LIST is not ‘nil’ or a cons cell, ‘safe-length’ returns 0."

But running

    (safe-length nil)

gives 0.

Best regards,
Eric Alan Wayman





reply via email to

[Prev in Thread] Current Thread [Next in Thread]