From: Eli Zaretskii Date: Sat, 31 Mar 2001 09:48:53 +0000 (+0000) Subject: (Checklist): Include more LC_* variables in the list, as suggested X-Git-Tag: emacs-pretest-21.0.101~64 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b72d30a79867f4fe702c599799399ecb9f596b5d;p=emacs.git (Checklist): Include more LC_* variables in the list, as suggested by Paul Eggert. --- 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 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,