its functions.
+++
-*** `cl-defstruct' slots accept a ':documentation' property
+*** 'cl-defstruct' slots accept a ':documentation' property
---
*** 'cl-values-list' will now signal an error if its argument isn't a list.
accessors can be used.
+++
-*** The new functions `date-days-in-month' (which will say how many
-days there are in a month in a specific year), `date-ordinal-to-time'
-(that computes the date of an ordinal day), `decoded-time-add' for
+*** The new functions 'date-days-in-month' (which will say how many
+days there are in a month in a specific year), 'date-ordinal-to-time'
+(that computes the date of an ordinal day), 'decoded-time-add' for
doing computations on a decoded time structure), and
-`make-decoded-time' (for making a decoded time structure with only the
+'make-decoded-time' (for making a decoded time structure with only the
given keywords filled out) have been added.
** 'define-minor-mode' automatically documents the meaning of ARG.