]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 3 Jul 1998 19:34:39 +0000 (19:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 3 Jul 1998 19:34:39 +0000 (19:34 +0000)
lispref/loading.texi

index 093644354e73d1a01b93713cb4f97fd5ff782f5e..8613442192ae0bb9ddfb1ffcac7f48953ab24d52 100644 (file)
@@ -317,7 +317,7 @@ appropriately.
 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.