diff options
| author | Richard M. Stallman | 2001-05-05 22:37:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-05-05 22:37:09 +0000 |
| commit | 520e10f5459c3e57a58ccd653f74f30a5aad5183 (patch) | |
| tree | 31fbf9044a0c3b14cf9fa42420980e08178dcd8c | |
| parent | 42bd692b61ea16a087fe0d1648fea1416385d1ef (diff) | |
| download | emacs-520e10f5459c3e57a58ccd653f74f30a5aad5183.tar.gz emacs-520e10f5459c3e57a58ccd653f74f30a5aad5183.zip | |
Use @smallexample for the echo LC... command.
| -rw-r--r-- | man/trouble.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 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. |