diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2016-08-17 09:39:04 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2016-08-17 09:39:04 +0200 |
commit | 5ccd59339dbde1d428141cd3eb120d4e6d316abf (patch) | |
tree | 9d78c501490b1a9302d93f1147c7dbda0f909e23 /etc | |
parent | 96e3d1636a9f4a1b74fd6459436699f556f22c67 (diff) |
; Fix typo in /etc/NEWS
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |