changeset 37087:f4039f11318f

(Checklist): Mention the `locale' command as an alternative method of displaying locale settings. From Paul Eggrt.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 30 Mar 2001 10:52:32 +0000
parents 07200bf360ab
children 8a3b16d6a5b0
files man/trouble.texi
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/trouble.texi	Fri Mar 30 10:49:02 2001 +0000
+++ b/man/trouble.texi	Fri Mar 30 10:52:32 2001 +0000
@@ -655,7 +655,10 @@
 echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG
 @end example
 
-You can use the @kbd{M-!} command to execute the shell command from
+Alternatively, use the @command{locale} command, if your system has it,
+to display your locale settings.
+
+You can use the @kbd{M-!} command to execute these commands from
 Emacs, and then copy the output from the @samp{*Messages*} buffer into
 the bug report.  Alternatively, @kbd{M-x getenv @key{RET} LC_ALL
 @key{RET}} will print the value of @code{LC_ALL} in the echo area, and