* loading.texi (Loading Non-ASCII): Multibyte sessions no longer exist.

This commit is contained in:
Glenn Morris 2012-05-09 19:57:10 -07:00
parent b8a82b6930
commit 51b1e0596d
2 changed files with 3 additions and 3 deletions

View file

@ -2,6 +2,7 @@
* loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
with "coding: raw-text".
Concept of multibyte sessions no longer exists.
* files.texi (File Locks): Mention create-lockfiles option.

View file

@ -376,9 +376,8 @@ automatically. However, if this does make a difference, you can force
a particular Lisp file to be interpreted as unibyte by writing
@samp{coding: raw-text} in a local variables section. With
that designator, the file will unconditionally be interpreted as
unibyte, even in an ordinary multibyte Emacs session. This can matter
when making keybindings to non-@acronym{ASCII} characters written as
@code{?v@var{literal}}.
unibyte. This can matter when making keybindings to
non-@acronym{ASCII} characters written as @code{?v@var{literal}}.
@node Autoload
@section Autoload