]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_lread): Doc fix for load-convert-to-unibyte.
authorRichard M. Stallman <rms@gnu.org>
Sun, 19 Mar 2000 15:45:02 +0000 (15:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 19 Mar 2000 15:45:02 +0000 (15:45 +0000)
src/lread.c

index 7e4f3d2f109b250b7394c52c33ebba9dcc99aa3b..4aa115ac92b8a285afc74b1b79ada6f04a7645b1 100644 (file)
@@ -3471,9 +3471,9 @@ This is useful when the file being loaded is a temporary copy.");
   load_force_doc_strings = 0;
 
   DEFVAR_BOOL ("load-convert-to-unibyte", &load_convert_to_unibyte,
-     "Non-nil means `load' converts strings to unibyte whenever possible.\n\
-This is normally used in `load-with-code-conversion'\n\
-for loading non-compiled files.");
+     "Non-nil means `read' converts strings to unibyte whenever possible.\n\
+This is normally bound by `load' and `eval-buffer' to control `read',\n\
+and is not meant for users to change.");
   load_convert_to_unibyte = 0;
 
   DEFVAR_LISP ("source-directory", &Vsource_directory,