# HG changeset patch # User Eli Zaretskii # Date 1254647183 0 # Node ID 71c1e4526110840ae9eed5ca2a00caf7e0c4433f # Parent a41266a158205ac8eb5a990d613ae05e4434341b (syms_of_xdisp) : Doc fix. diff -r a41266a15820 -r 71c1e4526110 src/xdisp.c --- a/src/xdisp.c Sun Oct 04 09:02:31 2009 +0000 +++ b/src/xdisp.c Sun Oct 04 09:06:23 2009 +0000 @@ -25054,10 +25054,13 @@ DEFVAR_BOOL ("unibyte-display-via-language-environment", &unibyte_display_via_language_environment, doc: /* *Non-nil means display unibyte text according to language environment. -Specifically this means that unibyte non-ASCII characters +Specifically, this means that raw bytes in the range 160-255 decimal are displayed by converting them to the equivalent multibyte characters according to the current language environment. As a result, they are -displayed according to the current fontset. */); +displayed according to the current fontset. + +Note that this variable affects only how these bytes are displayed, +but does not change the fact they are interpreted as raw bytes. */); unibyte_display_via_language_environment = 0; DEFVAR_LISP ("max-mini-window-height", &Vmax_mini_window_height,