diff options
| author | Eli Zaretskii | 2001-03-03 08:36:58 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-03 08:36:58 +0000 |
| commit | e6830948f0357732eed0a53f0436e1e6a705bb88 (patch) | |
| tree | 3be5b25a64acf00c7aa14af16be55d7d5cbeec2e | |
| parent | 6b22660fa4c06de5c14db560875d1dceec166c7b (diff) | |
| download | emacs-e6830948f0357732eed0a53f0436e1e6a705bb88.tar.gz emacs-e6830948f0357732eed0a53f0436e1e6a705bb88.zip | |
(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.texi | 5 |
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 | |||
| 599 | 599 | ||
| 600 | @item | 600 | @item |
| 601 | If non-ASCII text or internationalization is relevant, the locale that | 601 | If non-ASCII text or internationalization is relevant, the locale that |
| 602 | was current when you started Emacs. You can use this shell command to | 602 | was current when you started Emacs. On GNU/Linux and Unix systems, or |
| 603 | view the relevant values: | 603 | if you use a Unix-style shell such as Bash, you can use this shell |
| 604 | command to view the relevant values: | ||
| 604 | 605 | ||
| 605 | @example | 606 | @example |
| 606 | echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG | 607 | echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG |