From: Richard M. Stallman Date: Sat, 5 May 2001 22:37:09 +0000 (+0000) Subject: Use @smallexample for the echo LC... command. X-Git-Tag: emacs-pretest-21.0.103~33 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=520e10f5459c3e57a58ccd653f74f30a5aad5183;p=emacs.git Use @smallexample for the echo LC... command. --- diff --git a/man/trouble.texi b/man/trouble.texi index d6cb306383e..07692970bd2 100644 --- a/man/trouble.texi +++ b/man/trouble.texi @@ -672,10 +672,10 @@ was current when you started Emacs. On GNU/Linux and Unix systems, or if you use a Unix-style shell such as Bash, you can use this shell command to view the relevant values: -@example +@smallexample 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 +@end smallexample Alternatively, use the @command{locale} command, if your system has it, to display your locale settings.