diff options
| author | Richard M. Stallman | 2001-08-20 01:19:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-08-20 01:19:30 +0000 |
| commit | 892c6176ca48be65188f674165c48a839d7af9ea (patch) | |
| tree | 0516cdc35639ae0b723a8c940882b05cf65ce5e0 | |
| parent | 2e78ad148c515db46fe3ae23835a0028ec8d4a24 (diff) | |
| download | emacs-892c6176ca48be65188f674165c48a839d7af9ea.tar.gz emacs-892c6176ca48be65188f674165c48a839d7af9ea.zip | |
Avoid saying "Unix" in a way that includes GNU.
| -rw-r--r-- | man/ack.texi | 5 | ||||
| -rw-r--r-- | man/ediff.texi | 8 | ||||
| -rw-r--r-- | man/emacs-mime.texi | 4 | ||||
| -rw-r--r-- | man/help.texi | 2 | ||||
| -rw-r--r-- | man/idlwave.texi | 12 | ||||
| -rw-r--r-- | man/macos.texi | 12 | ||||
| -rw-r--r-- | man/message.texi | 2 | ||||
| -rw-r--r-- | man/misc.texi | 2 | ||||
| -rw-r--r-- | man/msdog.texi | 14 | ||||
| -rw-r--r-- | man/speedbar.texi | 8 | ||||
| -rw-r--r-- | man/trouble.texi | 2 |
11 files changed, 34 insertions, 37 deletions
diff --git a/man/ack.texi b/man/ack.texi index 7e79da531b5..416b9012021 100644 --- a/man/ack.texi +++ b/man/ack.texi | |||
| @@ -97,8 +97,7 @@ buffers, | |||
| 97 | @item | 97 | @item |
| 98 | @file{locate.el} which interfaces to the @code{locate} command, | 98 | @file{locate.el} which interfaces to the @code{locate} command, |
| 99 | @item | 99 | @item |
| 100 | @file{find-lisp.el}, an emulation of the Unix @code{find} command in | 100 | @file{find-lisp.el}, an Emacs Lisp emulation of the @code{find} program, |
| 101 | Emacs Lisp, | ||
| 102 | @item | 101 | @item |
| 103 | @file{net-utils.el}, and | 102 | @file{net-utils.el}, and |
| 104 | @item | 103 | @item |
| @@ -1330,7 +1329,7 @@ Dale R.@: Worley wrote @file{emerge.el}, a package for interactively | |||
| 1330 | merging two versions of a file. | 1329 | merging two versions of a file. |
| 1331 | 1330 | ||
| 1332 | @item | 1331 | @item |
| 1333 | Francis J.@: Wright wrote @code{WoMan}, a package for browsing Unix | 1332 | Francis J.@: Wright wrote @code{WoMan}, a package for browsing |
| 1334 | manual pages without the @code{man} command. | 1333 | manual pages without the @code{man} command. |
| 1335 | 1334 | ||
| 1336 | @item | 1335 | @item |
diff --git a/man/ediff.texi b/man/ediff.texi index 8247a8935bf..ed1dbe01e8b 100644 --- a/man/ediff.texi +++ b/man/ediff.texi | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | @comment %**end of header (This is for running Texinfo on a region.) | 27 | @comment %**end of header (This is for running Texinfo on a region.) |
| 28 | 28 | ||
| 29 | @ifinfo | 29 | @ifinfo |
| 30 | This file documents Ediff, a comprehensive visual interface to Unix diff | 30 | This file documents Ediff, a comprehensive visual interface to diff |
| 31 | and patch utilities. | 31 | and patch utilities. |
| 32 | 32 | ||
| 33 | Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. | 33 | Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. |
| @@ -1071,7 +1071,7 @@ set on a per-buffer basis. Therefore, use @code{setq-default} to change | |||
| 1071 | this variable globally. | 1071 | this variable globally. |
| 1072 | 1072 | ||
| 1073 | @cindex Multi-file patches | 1073 | @cindex Multi-file patches |
| 1074 | A multi-file patch is a concatenated output of several runs of the Unix | 1074 | A multi-file patch is a concatenated output of several runs of the |
| 1075 | @code{diff} command (some versions of @code{diff} let you create a | 1075 | @code{diff} command (some versions of @code{diff} let you create a |
| 1076 | multi-file patch in just one run). Ediff facilitates creation of | 1076 | multi-file patch in just one run). Ediff facilitates creation of |
| 1077 | multi-file patches as follows. If you are in a session group buffer | 1077 | multi-file patches as follows. If you are in a session group buffer |
| @@ -1821,8 +1821,8 @@ format yet. | |||
| 1821 | @vindex ediff-coding-system-for-read | 1821 | @vindex ediff-coding-system-for-read |
| 1822 | This variable specifies the coding system to use when reading the output | 1822 | This variable specifies the coding system to use when reading the output |
| 1823 | that the programs @code{diff3} and @code{diff} send to Emacs. The default | 1823 | that the programs @code{diff3} and @code{diff} send to Emacs. The default |
| 1824 | is @code{raw-text}, and this should work fine in Unix and in most | 1824 | is @code{raw-text}, and this should work fine on GNU, Unix, and in most |
| 1825 | cases under Windows NT/95/98/2000. There are @code{diff} programs | 1825 | cases under Windows NT/95/98/2000. There are @code{diff} programs |
| 1826 | for which the default option doesn't work under Windows. In such cases, | 1826 | for which the default option doesn't work under Windows. In such cases, |
| 1827 | @code{raw-text-dos} might work. If not, you will have to experiment with | 1827 | @code{raw-text-dos} might work. If not, you will have to experiment with |
| 1828 | other coding systems or use GNU diff. | 1828 | other coding systems or use GNU diff. |
diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi index 33dde073e9c..c3e730c1f4c 100644 --- a/man/emacs-mime.texi +++ b/man/emacs-mime.texi | |||
| @@ -753,12 +753,12 @@ merge them with the values from @code{mailcap-mime-data}. Components of | |||
| 753 | appropriate for the system. If @var{force} is non-@code{nil}, the files | 753 | appropriate for the system. If @var{force} is non-@code{nil}, the files |
| 754 | are re-parsed even if they have been parsed already. If @var{path} is | 754 | are re-parsed even if they have been parsed already. If @var{path} is |
| 755 | omitted, use the value of environment variable @code{MAILCAPS} if it is | 755 | omitted, use the value of environment variable @code{MAILCAPS} if it is |
| 756 | set; otherwise (on Unix) use the path defined in RFC 1524, plus | 756 | set; otherwise (on GNU and Unix) use the path defined in RFC 1524, plus |
| 757 | @file{/usr/local/etc/mailcap}. | 757 | @file{/usr/local/etc/mailcap}. |
| 758 | @end defun | 758 | @end defun |
| 759 | 759 | ||
| 760 | @defun mailcap-parse-mimetypes &optional path force | 760 | @defun mailcap-parse-mimetypes &optional path force |
| 761 | Parse all the mimetypes specified in a Unix-style path string @var{path} | 761 | Parse all the mimetypes specified in a path string @var{path} |
| 762 | and merge them with the values from @code{mailcap-mime-extensions}. | 762 | and merge them with the values from @code{mailcap-mime-extensions}. |
| 763 | Components of @var{path} are separated by the @code{path-separator} | 763 | Components of @var{path} are separated by the @code{path-separator} |
| 764 | character appropriate for the system. If @var{path} is omitted, use the | 764 | character appropriate for the system. If @var{path} is omitted, use the |
diff --git a/man/help.texi b/man/help.texi index ca9e824e061..d3e885fe950 100644 --- a/man/help.texi +++ b/man/help.texi | |||
| @@ -375,7 +375,7 @@ processes --- process, subshell, compilation, and job control support. | |||
| 375 | terminals --- support for terminal types. | 375 | terminals --- support for terminal types. |
| 376 | tex --- support for the @TeX{} formatter. | 376 | tex --- support for the @TeX{} formatter. |
| 377 | tools --- programming tools. | 377 | tools --- programming tools. |
| 378 | unix --- front-ends/assistants for, or emulators of, Unix features. | 378 | unix --- front-ends/assistants for, or emulators of, system features. |
| 379 | vms --- support code for VMS. | 379 | vms --- support code for VMS. |
| 380 | wp --- word processing. | 380 | wp --- word processing. |
| 381 | @end display | 381 | @end display |
diff --git a/man/idlwave.texi b/man/idlwave.texi index 75ed4ffb502..18fcf8fd369 100644 --- a/man/idlwave.texi +++ b/man/idlwave.texi | |||
| @@ -1737,7 +1737,6 @@ Normal hook. Executed when @file{idlwave.el} is loaded. | |||
| 1737 | @cindex Comint, Emacs package | 1737 | @cindex Comint, Emacs package |
| 1738 | @cindex Windows | 1738 | @cindex Windows |
| 1739 | @cindex MacOS | 1739 | @cindex MacOS |
| 1740 | @cindex Unix | ||
| 1741 | 1740 | ||
| 1742 | The IDLWAVE shell is an Emacs major mode which allows to run the IDL | 1741 | The IDLWAVE shell is an Emacs major mode which allows to run the IDL |
| 1743 | program as an inferior process of Emacs. It can be used to work with | 1742 | program as an inferior process of Emacs. It can be used to work with |
| @@ -1746,8 +1745,8 @@ to debug these programs. The IDLWAVE shell uses @file{comint}, an Emacs | |||
| 1746 | packages which handles the communication with the IDL program. | 1745 | packages which handles the communication with the IDL program. |
| 1747 | Unfortunately IDL for Windows and MacOS does not allow the interaction | 1746 | Unfortunately IDL for Windows and MacOS does not allow the interaction |
| 1748 | with Emacs@footnote{Please inform the maintainer if you come up with a way | 1747 | with Emacs@footnote{Please inform the maintainer if you come up with a way |
| 1749 | to make the IDLWAVE shell work on these systems.} - so the IDLWAVE shell | 1748 | to make the IDLWAVE shell work on these systems.}, so the IDLWAVE shell |
| 1750 | only works under Unix. | 1749 | only works under GNU and Unix. |
| 1751 | 1750 | ||
| 1752 | @menu | 1751 | @menu |
| 1753 | * Starting the Shell:: How to launch IDL as a subprocess | 1752 | * Starting the Shell:: How to launch IDL as a subprocess |
| @@ -2433,7 +2432,6 @@ Controls under what circumstances routine info is updated automatically. | |||
| 2433 | @cindex IDL library routine info | 2432 | @cindex IDL library routine info |
| 2434 | @cindex Windows | 2433 | @cindex Windows |
| 2435 | @cindex MacOS | 2434 | @cindex MacOS |
| 2436 | @cindex Unix | ||
| 2437 | @cindex IDL variable @code{!DIR} | 2435 | @cindex IDL variable @code{!DIR} |
| 2438 | @cindex @code{!DIR}, IDL variable | 2436 | @cindex @code{!DIR}, IDL variable |
| 2439 | 2437 | ||
| @@ -2446,7 +2444,7 @@ file will contain lisp code, its name should end in @file{.el}. Under | |||
| 2446 | Windows and MacOS, you also need to specify the search path for IDL | 2444 | Windows and MacOS, you also need to specify the search path for IDL |
| 2447 | library files in the variable @code{idlwave-library-path}, and the | 2445 | library files in the variable @code{idlwave-library-path}, and the |
| 2448 | location of the IDL directory (the value of the @code{!DIR} system | 2446 | location of the IDL directory (the value of the @code{!DIR} system |
| 2449 | variable) in the variable @code{idlwave-system-directory}. Under UNIX, | 2447 | variable) in the variable @code{idlwave-system-directory}. Under Unix and GNU, |
| 2450 | these values will be automatically inferred from an IDLWAVE | 2448 | these values will be automatically inferred from an IDLWAVE |
| 2451 | shell. | 2449 | shell. |
| 2452 | 2450 | ||
| @@ -2479,11 +2477,11 @@ File for routine information of the IDL library. | |||
| 2479 | @end defopt | 2477 | @end defopt |
| 2480 | 2478 | ||
| 2481 | @defopt idlwave-library-path | 2479 | @defopt idlwave-library-path |
| 2482 | IDL library path for Windows and MacOS. Not needed under Unix. | 2480 | IDL library path for Windows and MacOS. Not needed under GNU and Unix. |
| 2483 | @end defopt | 2481 | @end defopt |
| 2484 | 2482 | ||
| 2485 | @defopt idlwave-system-directory | 2483 | @defopt idlwave-system-directory |
| 2486 | The IDL system directory for Windows and MacOS. Not needed under UNIX. | 2484 | The IDL system directory for Windows and MacOS. Not needed under GNU and Unix. |
| 2487 | @end defopt | 2485 | @end defopt |
| 2488 | 2486 | ||
| 2489 | @defopt idlwave-special-lib-alist | 2487 | @defopt idlwave-special-lib-alist |
diff --git a/man/macos.texi b/man/macos.texi index 05d5b48ec02..28be4582ab1 100644 --- a/man/macos.texi +++ b/man/macos.texi | |||
| @@ -19,7 +19,7 @@ unexec (@code{dump-emacs}), asynchronous subprocesses | |||
| 19 | (@code{start-process}), and networking (@code{open-network-stream}). | 19 | (@code{start-process}), and networking (@code{open-network-stream}). |
| 20 | As a result, packages such as Gnus, GUD, and Comint do not work. | 20 | As a result, packages such as Gnus, GUD, and Comint do not work. |
| 21 | 21 | ||
| 22 | Since external Unix programs to handle commands such as | 22 | Since external programs to handle commands such as |
| 23 | @code{print-buffer} and @code{diff} are not available on the Mac OS, | 23 | @code{print-buffer} and @code{diff} are not available on the Mac OS, |
| 24 | they are not supported in the Mac OS version. | 24 | they are not supported in the Mac OS version. |
| 25 | 25 | ||
| @@ -170,16 +170,16 @@ EMACS_UNIBYTE=1 | |||
| 170 | @end example | 170 | @end example |
| 171 | 171 | ||
| 172 | So when Emacs requests a file name, doing file name completion on | 172 | So when Emacs requests a file name, doing file name completion on |
| 173 | @file{/} will display all volumes on the system. As in Unix, @file{..} | 173 | @file{/} will display all volumes on the system. You can use @file{..} |
| 174 | can be used to go up a directory level. | 174 | to go up a directory level. |
| 175 | 175 | ||
| 176 | To access files and folders on the desktop, look in the folder | 176 | To access files and folders on the desktop, look in the folder |
| 177 | @file{Desktop Folder} in your boot volume (this folder is usually | 177 | @file{Desktop Folder} in your boot volume (this folder is usually |
| 178 | invisible in the Mac @code{Finder}). | 178 | invisible in the Mac @code{Finder}). |
| 179 | 179 | ||
| 180 | Emacs creates the Mac folder @file{:Preferences:Emacs:} in the | 180 | Emacs creates the Mac folder @file{:Preferences:Emacs:} in the |
| 181 | @file{System Folder} and uses it as the temporary directory. The Unix | 181 | @file{System Folder} and uses it as the temporary directory. Emacs |
| 182 | emulation code maps the Unix directory @file{/tmp} to it. Therefore it | 182 | maps the directory name @file{/tmp/} to that. Therefore it |
| 183 | is best to avoid naming a volume @file{tmp}. If everything works | 183 | is best to avoid naming a volume @file{tmp}. If everything works |
| 184 | correctly, the program should leave no files in it when it exits. You | 184 | correctly, the program should leave no files in it when it exits. You |
| 185 | should be able to set the environment variable @code{TMPDIR} to use | 185 | should be able to set the environment variable @code{TMPDIR} to use |
| @@ -229,6 +229,6 @@ string. | |||
| 229 | @findex mac-filename-to-unix | 229 | @findex mac-filename-to-unix |
| 230 | @findex unix-filename-to-mac | 230 | @findex unix-filename-to-mac |
| 231 | The function @code{mac-filename-to-unix} takes a Mac file name and | 231 | The function @code{mac-filename-to-unix} takes a Mac file name and |
| 232 | returns the Unix equivalent. The function @code{unix-filename-to-mac} | 232 | returns the Posix equivalent. The function @code{unix-filename-to-mac} |
| 233 | performs the opposite conversion. They are useful for constructing | 233 | performs the opposite conversion. They are useful for constructing |
| 234 | AppleScript commands to be passed to @code{do-applescript}. | 234 | AppleScript commands to be passed to @code{do-applescript}. |
diff --git a/man/message.texi b/man/message.texi index 6646349eb02..18daef61453 100644 --- a/man/message.texi +++ b/man/message.texi | |||
| @@ -1235,7 +1235,7 @@ A function to be called if @var{predicate} returns non-@code{nil}. | |||
| 1235 | @vindex message-fcc-handler-function | 1235 | @vindex message-fcc-handler-function |
| 1236 | A function called to save outgoing articles. This function will be | 1236 | A function called to save outgoing articles. This function will be |
| 1237 | called with the name of the file to store the article in. The default | 1237 | called with the name of the file to store the article in. The default |
| 1238 | function is @code{message-output} which saves in Unix mailbox format. | 1238 | function is @code{message-output} which saves in inbox format. |
| 1239 | 1239 | ||
| 1240 | @item message-courtesy-message | 1240 | @item message-courtesy-message |
| 1241 | @vindex message-courtesy-message | 1241 | @vindex message-courtesy-message |
diff --git a/man/misc.texi b/man/misc.texi index df1ca152b6b..b22eadafed5 100644 --- a/man/misc.texi +++ b/man/misc.texi | |||
| @@ -1055,7 +1055,7 @@ displays the word @samp{page}. | |||
| 1055 | screenful of output since your last input, it pauses, displaying | 1055 | screenful of output since your last input, it pauses, displaying |
| 1056 | @samp{**MORE**} in the mode-line. Type @key{SPC} to display the next | 1056 | @samp{**MORE**} in the mode-line. Type @key{SPC} to display the next |
| 1057 | screenful of output. Type @kbd{?} to see your other options. The | 1057 | screenful of output. Type @kbd{?} to see your other options. The |
| 1058 | interface is similar to the Unix @code{more} program. | 1058 | interface is similar to the @code{more} program. |
| 1059 | 1059 | ||
| 1060 | @node Remote Host | 1060 | @node Remote Host |
| 1061 | @subsection Remote Host Shell | 1061 | @subsection Remote Host Shell |
diff --git a/man/msdog.texi b/man/msdog.texi index 7e383e378fc..0af4dc455dc 100644 --- a/man/msdog.texi +++ b/man/msdog.texi | |||
| @@ -416,7 +416,7 @@ EOL conversion is determined by @code{file-name-buffer-file-type-alist}. | |||
| 416 | Printing commands, such as @code{lpr-buffer} (@pxref{Hardcopy}) and | 416 | Printing commands, such as @code{lpr-buffer} (@pxref{Hardcopy}) and |
| 417 | @code{ps-print-buffer} (@pxref{PostScript}) can work in MS-DOS and | 417 | @code{ps-print-buffer} (@pxref{PostScript}) can work in MS-DOS and |
| 418 | MS-Windows by sending the output to one of the printer ports, if a | 418 | MS-Windows by sending the output to one of the printer ports, if a |
| 419 | Unix-style @code{lpr} program is unavailable. The same Emacs | 419 | Posix-style @code{lpr} program is unavailable. The same Emacs |
| 420 | variables control printing on all systems (@pxref{Hardcopy}), but in | 420 | variables control printing on all systems (@pxref{Hardcopy}), but in |
| 421 | some cases they have different default values on MS-DOS and | 421 | some cases they have different default values on MS-DOS and |
| 422 | MS-Windows. | 422 | MS-Windows. |
| @@ -572,10 +572,10 @@ only. | |||
| 572 | @cindex international support @r{(MS-DOS)} | 572 | @cindex international support @r{(MS-DOS)} |
| 573 | 573 | ||
| 574 | Emacs on MS-DOS supports the same international character sets as it | 574 | Emacs on MS-DOS supports the same international character sets as it |
| 575 | does on Unix and other platforms (@pxref{International}), including | 575 | does on GNU, Unix and other platforms (@pxref{International}), including |
| 576 | coding systems for converting between the different character sets. | 576 | coding systems for converting between the different character sets. |
| 577 | However, due to incompatibilities between MS-DOS/MS-Windows and Unix, | 577 | However, due to incompatibilities between MS-DOS/MS-Windows and other systems, |
| 578 | there are several DOS-specific aspects of this support that users should | 578 | there are several DOS-specific aspects of this support that you should |
| 579 | be aware of. This section describes these aspects. | 579 | be aware of. This section describes these aspects. |
| 580 | 580 | ||
| 581 | @table @kbd | 581 | @table @kbd |
| @@ -658,7 +658,7 @@ system and the default coding system for file I/O are set to the proper | |||
| 658 | @code{cp@var{nnn}} coding system at startup, it is normal for the mode | 658 | @code{cp@var{nnn}} coding system at startup, it is normal for the mode |
| 659 | line on MS-DOS to begin with @samp{-DD\-}. @xref{Mode Line}. | 659 | line on MS-DOS to begin with @samp{-DD\-}. @xref{Mode Line}. |
| 660 | Far-Eastern DOS terminals do not use the @code{cp@var{nnn}} coding | 660 | Far-Eastern DOS terminals do not use the @code{cp@var{nnn}} coding |
| 661 | systems, and thus their initial mode line looks like on Unix. | 661 | systems, and thus their initial mode line looks like the Emacs default. |
| 662 | 662 | ||
| 663 | Since the codepage number also indicates which script you are using, | 663 | Since the codepage number also indicates which script you are using, |
| 664 | Emacs automatically runs @code{set-language-environment} to select the | 664 | Emacs automatically runs @code{set-language-environment} to select the |
| @@ -741,11 +741,11 @@ finishes. | |||
| 741 | 741 | ||
| 742 | Spell checking also works, by means of special support for synchronous | 742 | Spell checking also works, by means of special support for synchronous |
| 743 | invocation of the @code{ispell} program. This is slower than the | 743 | invocation of the @code{ispell} program. This is slower than the |
| 744 | asynchronous invocation on Unix. | 744 | asynchronous invocation on other platforms |
| 745 | 745 | ||
| 746 | Instead of the Shell mode, which doesn't work on MS-DOS, you can use | 746 | Instead of the Shell mode, which doesn't work on MS-DOS, you can use |
| 747 | the @kbd{M-x eshell} command. This invokes the Eshell package that | 747 | the @kbd{M-x eshell} command. This invokes the Eshell package that |
| 748 | implements a Unix-like shell entirely in Emacs Lisp. | 748 | implements a Posix-like shell entirely in Emacs Lisp. |
| 749 | 749 | ||
| 750 | By contrast, Emacs compiled as native Windows application | 750 | By contrast, Emacs compiled as native Windows application |
| 751 | @strong{does} support asynchronous subprocesses. @xref{Windows | 751 | @strong{does} support asynchronous subprocesses. @xref{Windows |
diff --git a/man/speedbar.texi b/man/speedbar.texi index 8a7ad10701c..088a4a77573 100644 --- a/man/speedbar.texi +++ b/man/speedbar.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | @c | 2 | @c |
| 3 | @c $Id: speedbar.texi,v 1.6 2000/12/05 23:06:42 fx Exp $ | 3 | @c $Id: speedbar.texi,v 1.7 2001/02/17 17:02:12 rms Exp $ |
| 4 | @c | 4 | @c |
| 5 | 5 | ||
| 6 | @c This file is part of GNU Emacs | 6 | @c This file is part of GNU Emacs |
| @@ -515,9 +515,9 @@ categories are included in that sub-group. @xref{Tag Hierarchy Methods}. | |||
| 515 | @section Hidden Files | 515 | @section Hidden Files |
| 516 | @cindex hidden files | 516 | @cindex hidden files |
| 517 | 517 | ||
| 518 | On Unix, a hidden file is a file whose name starts with a period. They | 518 | On GNU and Unix systems, a hidden file is a file whose name starts |
| 519 | are hidden from a regular directory listing because the user is not | 519 | with a period. They are hidden from a regular directory listing |
| 520 | generally interested in them. | 520 | because the user is not generally interested in them. |
| 521 | 521 | ||
| 522 | In speedbar, a hidden file is a file which isn't very interesting and | 522 | In speedbar, a hidden file is a file which isn't very interesting and |
| 523 | might prove distracting to the user. Any uninteresting files are | 523 | might prove distracting to the user. Any uninteresting files are |
diff --git a/man/trouble.texi b/man/trouble.texi index ea64f8ca174..0c9a972d6ff 100644 --- a/man/trouble.texi +++ b/man/trouble.texi | |||
| @@ -685,7 +685,7 @@ stimulates the bug.@refill | |||
| 685 | @item | 685 | @item |
| 686 | If non-ASCII text or internationalization is relevant, the locale that | 686 | If non-ASCII text or internationalization is relevant, the locale that |
| 687 | was current when you started Emacs. On GNU/Linux and Unix systems, or | 687 | was current when you started Emacs. On GNU/Linux and Unix systems, or |
| 688 | if you use a Unix-style shell such as Bash, you can use this shell | 688 | if you use a Posix-style shell such as Bash, you can use this shell |
| 689 | command to view the relevant values: | 689 | command to view the relevant values: |
| 690 | 690 | ||
| 691 | @smallexample | 691 | @smallexample |