summaryrefslogtreecommitdiff
path: root/man/trouble.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-03-07 09:26:40 +0000
committerEli Zaretskii <eliz@gnu.org>2001-03-07 09:26:40 +0000
commit5ac730d11daa7cbda94706deaf6c8379e770940d (patch)
tree2369dbb084fc6d65115a7e2e945f4a6da90f1428 /man/trouble.texi
parent998a4ddd0fdea81c627598632a61e5eb8599b6d7 (diff)
downloademacs-5ac730d11daa7cbda94706deaf6c8379e770940d.tar.gz
(Checklist): Mention that `getenv' can be used to get at the value
of LC_ALL and friends.
Diffstat (limited to 'man/trouble.texi')
-rw-r--r--man/trouble.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/trouble.texi b/man/trouble.texi
index edb7833c0b3..6afe228eb65 100644
--- a/man/trouble.texi
+++ b/man/trouble.texi
@@ -609,7 +609,9 @@ echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG
You can use the @kbd{M-!} command to execute the shell command from
Emacs, and then copy the output from the @samp{*Messages*} buffer into
-the bug report.
+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
+you can copy its output from the @samp{*Messages*} buffer.
@item
A description of what behavior you observe that you believe is