]> git.eshelyaron.com Git - emacs.git/commitdiff
(Checklist): Include more LC_* variables in the list, as suggested
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2001 09:48:53 +0000 (09:48 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2001 09:48:53 +0000 (09:48 +0000)
by Paul Eggert.

man/trouble.texi

index aa0b3e1e2935d3e082887d56df060711a6e73806..cd583a2a22299460d64495fda1d77cdc310a9516 100644 (file)
@@ -652,7 +652,8 @@ if you use a Unix-style shell such as Bash, you can use this shell
 command to view the relevant values:
 
 @example
-echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG
+echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_TYPE=$LC_TYPE \
+  LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG
 @end example
 
 Alternatively, use the @command{locale} command, if your system has it,