aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2016-08-17 09:39:04 +0200
committerMichael Albinus2016-08-17 09:39:04 +0200
commit5ccd59339dbde1d428141cd3eb120d4e6d316abf (patch)
tree9d78c501490b1a9302d93f1147c7dbda0f909e23
parent96e3d1636a9f4a1b74fd6459436699f556f22c67 (diff)
downloademacs-5ccd59339dbde1d428141cd3eb120d4e6d316abf.tar.gz
emacs-5ccd59339dbde1d428141cd3eb120d4e6d316abf.zip
; Fix typo in /etc/NEWS
-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
1269'file-name-as-directory'. 1269'file-name-as-directory'.
1270 1270
1271** The URL package now insists on sending only unibyte strings to server 1271** The URL package now insists on sending only unibyte strings to server
1272This means packages that use URL cannot bind `url-request-data' to 1272This means packages that use URL cannot bind 'url-request-data' to
1273multibyte strings. If non-ASCII characters should be part of the URL 1273multibyte strings. If non-ASCII characters should be part of the URL
1274payload, then `url-request-data' should be encoded to become a unibyte 1274payload, then 'url-request-data' should be encoded to become a unibyte
1275string. 1275string.
1276 1276
1277 1277