comparison src/lread.c @ 28196:5a354319f621

(syms_of_lread): Doc fix for load-convert-to-unibyte.
author Richard M. Stallman <rms@gnu.org>
date Sun, 19 Mar 2000 15:45:02 +0000
parents aa79cfcecd73
children f37b25e59751
comparison
equal deleted inserted replaced
28195:9250c6d6a3b1 28196:5a354319f621
3469 "Non-nil means `load' should force-load all dynamic doc strings.\n\ 3469 "Non-nil means `load' should force-load all dynamic doc strings.\n\
3470 This is useful when the file being loaded is a temporary copy."); 3470 This is useful when the file being loaded is a temporary copy.");
3471 load_force_doc_strings = 0; 3471 load_force_doc_strings = 0;
3472 3472
3473 DEFVAR_BOOL ("load-convert-to-unibyte", &load_convert_to_unibyte, 3473 DEFVAR_BOOL ("load-convert-to-unibyte", &load_convert_to_unibyte,
3474 "Non-nil means `load' converts strings to unibyte whenever possible.\n\ 3474 "Non-nil means `read' converts strings to unibyte whenever possible.\n\
3475 This is normally used in `load-with-code-conversion'\n\ 3475 This is normally bound by `load' and `eval-buffer' to control `read',\n\
3476 for loading non-compiled files."); 3476 and is not meant for users to change.");
3477 load_convert_to_unibyte = 0; 3477 load_convert_to_unibyte = 0;
3478 3478
3479 DEFVAR_LISP ("source-directory", &Vsource_directory, 3479 DEFVAR_LISP ("source-directory", &Vsource_directory,
3480 "Directory in which Emacs sources were found when Emacs was built.\n\ 3480 "Directory in which Emacs sources were found when Emacs was built.\n\
3481 You cannot count on them to still be there!"); 3481 You cannot count on them to still be there!");