summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-03-03 08:36:58 +0000
committerEli Zaretskii <eliz@gnu.org>2001-03-03 08:36:58 +0000
commite6830948f0357732eed0a53f0436e1e6a705bb88 (patch)
tree3be5b25a64acf00c7aa14af16be55d7d5cbeec2e
parent6b22660fa4c06de5c14db560875d1dceec166c7b (diff)
downloademacs-e6830948f0357732eed0a53f0436e1e6a705bb88.tar.gz
(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>.
-rw-r--r--man/trouble.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/trouble.texi b/man/trouble.texi
index 2c2f59e93a2..edb7833c0b3 100644
--- a/man/trouble.texi
+++ b/man/trouble.texi
@@ -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