Add doc-strings to some cl float parameters.
authorGlenn Morris <rgm@gnu.org>
Thu, 27 Oct 2011 07:21:00 +0000 (00:21 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 27 Oct 2011 07:21:00 +0000 (00:21 -0700)
commit416a2c45b3068568e47076ed089db25830117ea8
tree810ed39b757b6bf6aba17efd95ea87626468233e
parent51bc5f8b7385d8e632add4f70ca091ebe7a32799
Add doc-strings to some cl float parameters.

* lisp/emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
* lisp/emacs-lisp/cl.el (most-positive-float, most-negative-float)
(least-positive-float, least-negative-float)
(least-positive-normalized-float, least-negative-normalized-float)
(float-epsilon, float-negative-epsilon): Add doc-strings,
based on those in cl.texi.

* lisp/emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
(least-positive-float, least-negative-float)
(least-positive-normalized-float, least-negative-normalized-float)
(float-epsilon, float-negative-epsilon):
Remove unnecessary declarations.
lisp/ChangeLog
lisp/emacs-lisp/cl-extra.el
lisp/emacs-lisp/cl.el