# HG changeset patch # User Richard M. Stallman # Date 953480702 0 # Node ID 5a354319f621587b3f44c5c79ca93d8f991f87a1 # Parent 9250c6d6a3b16c890e9233d00622d2cc27636da4 (syms_of_lread): Doc fix for load-convert-to-unibyte. diff -r 9250c6d6a3b1 -r 5a354319f621 src/lread.c --- a/src/lread.c Sat Mar 18 12:23:59 2000 +0000 +++ b/src/lread.c Sun Mar 19 15:45:02 2000 +0000 @@ -3471,9 +3471,9 @@ 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,