]> git.eshelyaron.com Git - emacs.git/commitdiff
Convert ` to ' in two recent NEWS entries
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 30 Jul 2019 13:22:01 +0000 (15:22 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 30 Jul 2019 13:22:01 +0000 (15:22 +0200)
etc/NEWS

index cdf4bb29042510569a1a81627fbfa47313cd4acc..5414958ad127082fa414863ad5041405f2798981 100644 (file)
--- 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.