]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xdisp) <unibyte-display-via-language-environment>: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 4 Oct 2009 09:07:40 +0000 (09:07 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 4 Oct 2009 09:07:40 +0000 (09:07 +0000)
src/ChangeLog
src/xdisp.c

index 7c5c49ccf3e1190680ccdcdb84d995ff3299a53e..325ae19b160e71ea502ddb3e16a24dbb059f4c83 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
+       Doc fix.
+
 2009-10-03  Martin Rudalics  <rudalics@gmx.at>
 
        * window.c (Fdelete_window): Check WINDOW argument.  (Bug#4618)
index 07a2127b2d30f5d9da5c120f51bca948fb80f608..8bef5204ee949ae6c9c436f4c612b06876ee9474 100644 (file)
@@ -25054,10 +25054,13 @@ fontified regions the property `fontified'.  */);
   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,