aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-05-09 19:54:07 -0700
committerGlenn Morris2012-05-09 19:54:07 -0700
commitb8a82b6930b669a8a434d685a351e52194e6f7d9 (patch)
tree1ecb9e9a9580fecaca09e8d57828660bfeceb135 /etc
parent234d8d6682c1903a2180a7ad4ae17bb5e45468e2 (diff)
downloademacs-b8a82b6930b669a8a434d685a351e52194e6f7d9.tar.gz
emacs-b8a82b6930b669a8a434d685a351e52194e6f7d9.zip
Update doc for obsolescence of "unibyte: t"
* doc/emacs/mule.texi (Disabling Multibyte): * doc/lispref/loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t" with "coding: raw-text". * etc/NEWS: Related markup.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0726b091989..10247eb1520 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -69,6 +69,7 @@ specifying any file to visit or expression to evaluate.
69** You can prevent the creation of lock files by setting `create-lockfiles' 69** You can prevent the creation of lock files by setting `create-lockfiles'
70to nil. Use with caution, and only if you really need to. 70to nil. Use with caution, and only if you really need to.
71 71
72+++
72** Using "unibyte: t" in Lisp source files is obsolete. 73** Using "unibyte: t" in Lisp source files is obsolete.
73Use "coding: raw-text" instead. 74Use "coding: raw-text" instead.
74 75