]> git.eshelyaron.com Git - emacs.git/commitdiff
(Checklist): Say that the example with LC_ALL and such is for a Unix shell.
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Mar 2001 08:36:58 +0000 (08:36 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Mar 2001 08:36:58 +0000 (08:36 +0000)
From Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>.

man/trouble.texi

index 2c2f59e93a266ef41cb596e0714443571855346a..edb7833c0b3645749a2e913d8947ff124fc2eb67 100644 (file)
@@ -599,8 +599,9 @@ stimulates the bug.@refill
 
 @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