aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2000-03-19 15:45:02 +0000
committerRichard M. Stallman2000-03-19 15:45:02 +0000
commitafdca0705445c3b522333685c08542999c718db7 (patch)
tree18edefa32b4b9be54ec3f99a191cc629b360777d /src
parent1594f400a48b4202944f6dde90fff88174b93765 (diff)
downloademacs-afdca0705445c3b522333685c08542999c718db7.tar.gz
emacs-afdca0705445c3b522333685c08542999c718db7.zip
(syms_of_lread): Doc fix for load-convert-to-unibyte.
Diffstat (limited to 'src')
-rw-r--r--src/lread.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lread.c b/src/lread.c
index 7e4f3d2f109..4aa115ac92b 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -3471,9 +3471,9 @@ 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\
3475This is normally used in `load-with-code-conversion'\n\ 3475This is normally bound by `load' and `eval-buffer' to control `read',\n\
3476for loading non-compiled files."); 3476and 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,