aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-03-31 09:48:53 +0000
committerEli Zaretskii2001-03-31 09:48:53 +0000
commitb72d30a79867f4fe702c599799399ecb9f596b5d (patch)
treef146eebf181ee161ba1d49b90659173b219e8d06
parent117348b816e8ec0979dc9066a62e1c1a8f4091f6 (diff)
downloademacs-b72d30a79867f4fe702c599799399ecb9f596b5d.tar.gz
emacs-b72d30a79867f4fe702c599799399ecb9f596b5d.zip
(Checklist): Include more LC_* variables in the list, as suggested
by Paul Eggert.
-rw-r--r--man/trouble.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/trouble.texi b/man/trouble.texi
index aa0b3e1e293..cd583a2a222 100644
--- a/man/trouble.texi
+++ b/man/trouble.texi
@@ -652,7 +652,8 @@ if you use a Unix-style shell such as Bash, you can use this shell
652command to view the relevant values: 652command to view the relevant values:
653 653
654@example 654@example
655echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG 655echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_TYPE=$LC_TYPE \
656 LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG
656@end example 657@end example
657 658
658Alternatively, use the @command{locale} command, if your system has it, 659Alternatively, use the @command{locale} command, if your system has it,