aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-18 02:22:44 +0000
committerRichard M. Stallman2001-12-18 02:22:44 +0000
commitd881eadeb622af0ad119712a77c40af3c13dbb64 (patch)
tree77c6f39460f8e2206764f6221ecfac934ab4eed1
parent2221451f5b42937f978a10a64e6ed6e409d43d7e (diff)
downloademacs-d881eadeb622af0ad119712a77c40af3c13dbb64.tar.gz
emacs-d881eadeb622af0ad119712a77c40af3c13dbb64.zip
Finish previous change.
-rw-r--r--man/trouble.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/trouble.texi b/man/trouble.texi
index 58f0865cb3f..59280235f4a 100644
--- a/man/trouble.texi
+++ b/man/trouble.texi
@@ -689,7 +689,7 @@ if you use a Posix-style shell such as Bash, you can use this shell
689command to view the relevant values: 689command to view the relevant values:
690 690
691@smallexample 691@smallexample
692echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_TYPE=$LC_CTYPE \ 692echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_CTYPE=$LC_CTYPE \
693 LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG 693 LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG
694@end smallexample 694@end smallexample
695 695