diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-09 19:57:10 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-09 19:57:10 -0700 |
commit | 51b1e0596d4445e1f5c3fd2fa66fe597ac31d78a (patch) | |
tree | 9a5ab1b59e707f1f613cda4a5e62481656c55d4c /doc | |
parent | b8a82b6930b669a8a434d685a351e52194e6f7d9 (diff) | |
download | emacs-51b1e0596d4445e1f5c3fd2fa66fe597ac31d78a.tar.gz |
* loading.texi (Loading Non-ASCII): Multibyte sessions no longer exist.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/ChangeLog | 1 | ||||
-rw-r--r-- | doc/lispref/loading.texi | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index a64c4386e33..b56164669f8 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -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. diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index b012091d4a8..c585bafbdeb 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -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 |