diff options
| author | Eli Zaretskii | 2001-03-30 10:52:32 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-30 10:52:32 +0000 |
| commit | 2cd8b7f6ec9a2f7fd1b7735875c8f2fdfe09d81a (patch) | |
| tree | 3110b5046385d13e03943fbed3d7c95bfb3cce5e | |
| parent | 80f0ce09db36a975d1a226ae0ca621ed9ed199e3 (diff) | |
| download | emacs-2cd8b7f6ec9a2f7fd1b7735875c8f2fdfe09d81a.tar.gz emacs-2cd8b7f6ec9a2f7fd1b7735875c8f2fdfe09d81a.zip | |
(Checklist): Mention the `locale' command as an alternative method of
displaying locale settings. From Paul Eggrt.
| -rw-r--r-- | man/trouble.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/trouble.texi b/man/trouble.texi index a1e52ffdab7..aa0b3e1e293 100644 --- a/man/trouble.texi +++ b/man/trouble.texi | |||
| @@ -655,7 +655,10 @@ command to view the relevant values: | |||
| 655 | echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG | 655 | echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG |
| 656 | @end example | 656 | @end example |
| 657 | 657 | ||
| 658 | You can use the @kbd{M-!} command to execute the shell command from | 658 | Alternatively, use the @command{locale} command, if your system has it, |
| 659 | to display your locale settings. | ||
| 660 | |||
| 661 | You can use the @kbd{M-!} command to execute these commands from | ||
| 659 | Emacs, and then copy the output from the @samp{*Messages*} buffer into | 662 | Emacs, and then copy the output from the @samp{*Messages*} buffer into |
| 660 | the bug report. Alternatively, @kbd{M-x getenv @key{RET} LC_ALL | 663 | the bug report. Alternatively, @kbd{M-x getenv @key{RET} LC_ALL |
| 661 | @key{RET}} will print the value of @code{LC_ALL} in the echo area, and | 664 | @key{RET}} will print the value of @code{LC_ALL} in the echo area, and |