From: Lars Ingebrigtsen Date: Tue, 30 Jul 2019 13:22:01 +0000 (+0200) Subject: Convert ` to ' in two recent NEWS entries X-Git-Tag: emacs-27.0.90~1817^2~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4121b2ee5506538a5fac2c7d91431b87aa2a3139;p=emacs.git Convert ` to ' in two recent NEWS entries --- diff --git a/etc/NEWS b/etc/NEWS index cdf4bb29042..5414958ad12 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -536,7 +536,7 @@ be functions. 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. @@ -2095,11 +2095,11 @@ with POSIX.1-2017. 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.