comparison man/trouble.texi @ 37580:ac2f45ecf299

Use @smallexample for the echo LC... command.
author Richard M. Stallman <rms@gnu.org>
date Sat, 05 May 2001 22:37:09 +0000
parents e2849d417d6d
children 3f26bbf930e8
comparison
equal deleted inserted replaced
37579:5533c836d34c 37580:ac2f45ecf299
670 If non-ASCII text or internationalization is relevant, the locale that 670 If non-ASCII text or internationalization is relevant, the locale that
671 was current when you started Emacs. On GNU/Linux and Unix systems, or 671 was current when you started Emacs. On GNU/Linux and Unix systems, or
672 if you use a Unix-style shell such as Bash, you can use this shell 672 if you use a Unix-style shell such as Bash, you can use this shell
673 command to view the relevant values: 673 command to view the relevant values:
674 674
675 @example 675 @smallexample
676 echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_TYPE=$LC_TYPE \ 676 echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_TYPE=$LC_TYPE \
677 LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG 677 LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG
678 @end example 678 @end smallexample
679 679
680 Alternatively, use the @command{locale} command, if your system has it, 680 Alternatively, use the @command{locale} command, if your system has it,
681 to display your locale settings. 681 to display your locale settings.
682 682
683 You can use the @kbd{M-!} command to execute these commands from 683 You can use the @kbd{M-!} command to execute these commands from