From: Michael Albinus Date: Wed, 17 Aug 2016 07:39:04 +0000 (+0200) Subject: ; Fix typo in /etc/NEWS X-Git-Tag: emacs-25.1-rc2~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ccd59339dbde1d428141cd3eb120d4e6d316abf;p=emacs.git ; Fix typo in /etc/NEWS --- 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.