[balsa/wip/gtk4: 139/351] Use Unicode quotation marks



commit 7d9f5257ea4574fdac32bd5ad121c2118ac03037
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Fri Jan 26 17:37:42 2018 -0500

    Use Unicode quotation marks
    
        * meson.build: use Unicode quotation marks.

 ChangeLog   |    4 ++++
 meson.build |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f5b4da9..0abaa35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2018-01-26  Peter Bloomfield  <pbloomfield bellsouth net>
 
+       * meson.build: use Unicode quotation marks.
+
+2018-01-26  Peter Bloomfield  <pbloomfield bellsouth net>
+
        * meson.build: fix the definition of HAVE_CTIME_R.
 
 2018-01-26  Peter Bloomfield  <pbloomfield bellsouth net>
diff --git a/meson.build b/meson.build
index 7a75a93..1565595 100644
--- a/meson.build
+++ b/meson.build
@@ -80,7 +80,7 @@ uts_prefix = '''
 '''
 if compiler.has_member('struct utsname', 'domainname', prefix : uts_prefix)
   conf.set('HAVE_STRUCT_UTSNAME_DOMAINNAME', 1,
-    description : 'Defined if domainname is a member of struct utsname')
+    description : 'Define to 1 if ‘domainname’ is a member of ‘struct utsname’.')
 endif
 
 # yelp
@@ -537,11 +537,11 @@ balsa_deps += spell_dep
 
 conf.set('HAVE_DECL_CTIME_R',
   compiler.has_header_symbol('time.h', 'ctime_r') ? 1 : 0,
-  description : 'Define to 1 if you have the declaration of ctime_r, and to 0 if you do not.')
+  description : 'Define to 1 if you have the declaration of ‘ctime_r’, and to 0 if you don’t.')
 
 if compiler.has_function('ctime_r')
   conf.set('HAVE_CTIME_R', 1,
-    description : 'Define to 1 if you have the ctime_r function.')
+    description : 'Define to 1 if you have the ‘ctime_r’ function.')
 endif
 
 if not compiler.has_header('zlib.h')
@@ -585,7 +585,7 @@ endif # balsa_from_git
 
 conf.set('HAVE_GETADDRINFO',
   compiler.has_function('getaddrinfo') ? 1 : 0,
-  description : 'Define to 1 if you have the getaddrinfo function.')
+  description : 'Define to 1 if you have the ‘getaddrinfo’ function.')
 
 ###########################################################################
 # Remember our prefixes


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]