summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2016-08-17 09:39:04 +0200
committerMichael Albinus <michael.albinus@gmx.de>2016-08-17 09:39:04 +0200
commit5ccd59339dbde1d428141cd3eb120d4e6d316abf (patch)
tree9d78c501490b1a9302d93f1147c7dbda0f909e23 /etc
parent96e3d1636a9f4a1b74fd6459436699f556f22c67 (diff)
downloademacs-5ccd59339dbde1d428141cd3eb120d4e6d316abf.tar.gz
; Fix typo in /etc/NEWS
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d897009e26c..7cd1c5eb151 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1269,9 +1269,9 @@ that happen, 'unhandled-file-name-directory' now defaults to calling
'file-name-as-directory'.
** The URL package now insists on sending only unibyte strings to server
-This means packages that use URL cannot bind `url-request-data' to
+This means packages that use URL cannot bind 'url-request-data' to
multibyte strings. If non-ASCII characters should be part of the URL
-payload, then `url-request-data' should be encoded to become a unibyte
+payload, then 'url-request-data' should be encoded to become a unibyte
string.