Mercurial > emacs
changeset 22675:cbab915f61bb
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 03 Jul 1998 19:34:39 +0000 |
parents | f72e7540940a |
children | 681465d84b75 |
files | lispref/loading.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/loading.texi Fri Jul 03 15:15:27 1998 +0000 +++ b/lispref/loading.texi Fri Jul 03 19:34:39 1998 +0000 @@ -317,7 +317,7 @@ multibyte strings should not be noticeable, since inserting them in unibyte buffers converts them to unibyte 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 +interpreted as unibyte by writing @samp{-*-unibyte: t;-*-} in a comment on the file's first line. With that designator, the file will be unconditionally be interpreted as unibyte, even in an ordinary multibyte Emacs session.