aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/trouble.texi5
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:
655echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG 655echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG
656@end example 656@end example
657 657
658You can use the @kbd{M-!} command to execute the shell command from 658Alternatively, use the @command{locale} command, if your system has it,
659to display your locale settings.
660
661You can use the @kbd{M-!} command to execute these commands from
659Emacs, and then copy the output from the @samp{*Messages*} buffer into 662Emacs, and then copy the output from the @samp{*Messages*} buffer into
660the bug report. Alternatively, @kbd{M-x getenv @key{RET} LC_ALL 663the 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