changeset 36497:1ba3f8033b3a

(Checklist): Say that the example with LC_ALL and such is for a Unix shell. From Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 03 Mar 2001 08:36:58 +0000
parents c8e9adfd5f49
children 1547295a2e76
files man/trouble.texi
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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