Update the docstrings in the cl emodule.
authorSteve Youngs <steve@sxemacs.org>
Mon, 6 Jul 2015 07:18:18 +0000 (17:18 +1000)
committerSteve Youngs <steve@sxemacs.org>
Mon, 6 Jul 2015 07:18:18 +0000 (17:18 +1000)
commitf4138971962eba6a8dd94d7ddc1028e187aee41b
tree21cc3bc9a77c09e886ec7907fd7c22ad7a9bfc5d
parent56c8b099ccef8240d76c6f88c3f31d86ae22cfba
Update the docstrings in the cl emodule.

This adds/updates the docstrings for the DEFUNs in the cl emodule.  I've
basically just lifted the doctrings from the equivalent functions/macros
in cl*.el.

* modules/cl/cl-loop.c (Fcl_loop): Add a docstring.
(Fcl_doX): Typo in docstring.
(Fcl_dotimes): Update docstring.
(Fcl_dolist): Ditto.
(Fcl_do_symbols): Ditto.
(Fcl_loop_sentence): Direct folks to #'cl:loop docstring.

* modules/cl/cl.c (Fcl_pop): Add a docstring.
(Fcl_push): Ditto.
(Fcl_pushnew): Ditto.
(Fcl_eql): Ditto.
(Fcl_list_): Ditto.
(Fcl_tailp): Ditto.
(Fcl_ldiff): Ditto.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
modules/cl/cl-loop.c
modules/cl/cl.c