]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/loading.texi
Mark some doc/ rules as PHONY.
[gnu-emacs] / doc / lispref / loading.texi
index bbdd67fc3a5a1ab9f98305c519cab784d4931171..dee2a0252ebc897314b6396d7de9634fa392513e 100644 (file)
@@ -367,13 +367,6 @@ example) is read without decoding, the text of the program will be
 unibyte text, and its string constants will be unibyte strings.
 @xref{Coding Systems}.
 
-  To make the results more predictable, Emacs always performs decoding
-into the multibyte representation when loading Lisp files, even if it
-was started with the @samp{--unibyte} option.  This means that string
-constants with non-@acronym{ASCII} characters translate into multibyte
-strings.  The only exception is when a particular file specifies no
-decoding.
-
   The reason Emacs is designed this way is so that Lisp programs give
 predictable results, regardless of how Emacs was started.  In addition,
 this enables programs that depend on using multibyte text to work even