# HG changeset patch # User Eli Zaretskii # Date 983608618 0 # Node ID 1ba3f8033b3a18d1fee09d39834f2ae5ae491b16 # Parent c8e9adfd5f49524829417d57f3f14cd8d0feea05 (Checklist): Say that the example with LC_ALL and such is for a Unix shell. From Dr Francis J. Wright . diff -r c8e9adfd5f49 -r 1ba3f8033b3a man/trouble.texi --- a/man/trouble.texi Sat Mar 03 08:30:35 2001 +0000 +++ b/man/trouble.texi Sat Mar 03 08:36:58 2001 +0000 @@ -599,8 +599,9 @@ @item If non-ASCII text or internationalization is relevant, the locale that -was current when you started Emacs. You can use this shell command to -view the relevant values: +was current when you started Emacs. On GNU/Linux and Unix systems, or +if you use a Unix-style shell such as Bash, you can use this shell +command to view the relevant values: @example echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG