aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-08-20 01:19:30 +0000
committerRichard M. Stallman2001-08-20 01:19:30 +0000
commit892c6176ca48be65188f674165c48a839d7af9ea (patch)
tree0516cdc35639ae0b723a8c940882b05cf65ce5e0
parent2e78ad148c515db46fe3ae23835a0028ec8d4a24 (diff)
downloademacs-892c6176ca48be65188f674165c48a839d7af9ea.tar.gz
emacs-892c6176ca48be65188f674165c48a839d7af9ea.zip
Avoid saying "Unix" in a way that includes GNU.
-rw-r--r--man/ack.texi5
-rw-r--r--man/ediff.texi8
-rw-r--r--man/emacs-mime.texi4
-rw-r--r--man/help.texi2
-rw-r--r--man/idlwave.texi12
-rw-r--r--man/macos.texi12
-rw-r--r--man/message.texi2
-rw-r--r--man/misc.texi2
-rw-r--r--man/msdog.texi14
-rw-r--r--man/speedbar.texi8
-rw-r--r--man/trouble.texi2
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,
101Emacs 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
1330merging two versions of a file. 1329merging two versions of a file.
1331 1330
1332@item 1331@item
1333Francis J.@: Wright wrote @code{WoMan}, a package for browsing Unix 1332Francis J.@: Wright wrote @code{WoMan}, a package for browsing
1334manual pages without the @code{man} command. 1333manual 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
30This file documents Ediff, a comprehensive visual interface to Unix diff 30This file documents Ediff, a comprehensive visual interface to diff
31and patch utilities. 31and patch utilities.
32 32
33Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. 33Copyright 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
1071this variable globally. 1071this variable globally.
1072 1072
1073@cindex Multi-file patches 1073@cindex Multi-file patches
1074A multi-file patch is a concatenated output of several runs of the Unix 1074A 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
1076multi-file patch in just one run). Ediff facilitates creation of 1076multi-file patch in just one run). Ediff facilitates creation of
1077multi-file patches as follows. If you are in a session group buffer 1077multi-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
1822This variable specifies the coding system to use when reading the output 1822This variable specifies the coding system to use when reading the output
1823that the programs @code{diff3} and @code{diff} send to Emacs. The default 1823that the programs @code{diff3} and @code{diff} send to Emacs. The default
1824is @code{raw-text}, and this should work fine in Unix and in most 1824is @code{raw-text}, and this should work fine on GNU, Unix, and in most
1825cases under Windows NT/95/98/2000. There are @code{diff} programs 1825cases under Windows NT/95/98/2000. There are @code{diff} programs
1826for which the default option doesn't work under Windows. In such cases, 1826for 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
1828other coding systems or use GNU diff. 1828other 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
753appropriate for the system. If @var{force} is non-@code{nil}, the files 753appropriate for the system. If @var{force} is non-@code{nil}, the files
754are re-parsed even if they have been parsed already. If @var{path} is 754are re-parsed even if they have been parsed already. If @var{path} is
755omitted, use the value of environment variable @code{MAILCAPS} if it is 755omitted, use the value of environment variable @code{MAILCAPS} if it is
756set; otherwise (on Unix) use the path defined in RFC 1524, plus 756set; 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
761Parse all the mimetypes specified in a Unix-style path string @var{path} 761Parse all the mimetypes specified in a path string @var{path}
762and merge them with the values from @code{mailcap-mime-extensions}. 762and merge them with the values from @code{mailcap-mime-extensions}.
763Components of @var{path} are separated by the @code{path-separator} 763Components of @var{path} are separated by the @code{path-separator}
764character appropriate for the system. If @var{path} is omitted, use the 764character 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.
375terminals --- support for terminal types. 375terminals --- support for terminal types.
376tex --- support for the @TeX{} formatter. 376tex --- support for the @TeX{} formatter.
377tools --- programming tools. 377tools --- programming tools.
378unix --- front-ends/assistants for, or emulators of, Unix features. 378unix --- front-ends/assistants for, or emulators of, system features.
379vms --- support code for VMS. 379vms --- support code for VMS.
380wp --- word processing. 380wp --- 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
1742The IDLWAVE shell is an Emacs major mode which allows to run the IDL 1741The IDLWAVE shell is an Emacs major mode which allows to run the IDL
1743program as an inferior process of Emacs. It can be used to work with 1742program 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
1746packages which handles the communication with the IDL program. 1745packages which handles the communication with the IDL program.
1747Unfortunately IDL for Windows and MacOS does not allow the interaction 1746Unfortunately IDL for Windows and MacOS does not allow the interaction
1748with Emacs@footnote{Please inform the maintainer if you come up with a way 1747with Emacs@footnote{Please inform the maintainer if you come up with a way
1749to make the IDLWAVE shell work on these systems.} - so the IDLWAVE shell 1748to make the IDLWAVE shell work on these systems.}, so the IDLWAVE shell
1750only works under Unix. 1749only 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
2446Windows and MacOS, you also need to specify the search path for IDL 2444Windows and MacOS, you also need to specify the search path for IDL
2447library files in the variable @code{idlwave-library-path}, and the 2445library files in the variable @code{idlwave-library-path}, and the
2448location of the IDL directory (the value of the @code{!DIR} system 2446location of the IDL directory (the value of the @code{!DIR} system
2449variable) in the variable @code{idlwave-system-directory}. Under UNIX, 2447variable) in the variable @code{idlwave-system-directory}. Under Unix and GNU,
2450these values will be automatically inferred from an IDLWAVE 2448these values will be automatically inferred from an IDLWAVE
2451shell. 2449shell.
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
2482IDL library path for Windows and MacOS. Not needed under Unix. 2480IDL 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
2486The IDL system directory for Windows and MacOS. Not needed under UNIX. 2484The 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}).
20As a result, packages such as Gnus, GUD, and Comint do not work. 20As 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,
24they are not supported in the Mac OS version. 24they 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
172So when Emacs requests a file name, doing file name completion on 172So 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{..}
174can be used to go up a directory level. 174to 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
178invisible in the Mac @code{Finder}). 178invisible 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
182emulation code maps the Unix directory @file{/tmp} to it. Therefore it 182maps the directory name @file{/tmp/} to that. Therefore it
183is best to avoid naming a volume @file{tmp}. If everything works 183is best to avoid naming a volume @file{tmp}. If everything works
184correctly, the program should leave no files in it when it exits. You 184correctly, the program should leave no files in it when it exits. You
185should be able to set the environment variable @code{TMPDIR} to use 185should 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
232returns the Unix equivalent. The function @code{unix-filename-to-mac} 232returns the Posix equivalent. The function @code{unix-filename-to-mac}
233performs the opposite conversion. They are useful for constructing 233performs the opposite conversion. They are useful for constructing
234AppleScript commands to be passed to @code{do-applescript}. 234AppleScript 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
1236A function called to save outgoing articles. This function will be 1236A function called to save outgoing articles. This function will be
1237called with the name of the file to store the article in. The default 1237called with the name of the file to store the article in. The default
1238function is @code{message-output} which saves in Unix mailbox format. 1238function 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}.
1055screenful of output since your last input, it pauses, displaying 1055screenful 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
1057screenful of output. Type @kbd{?} to see your other options. The 1057screenful of output. Type @kbd{?} to see your other options. The
1058interface is similar to the Unix @code{more} program. 1058interface 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
418MS-Windows by sending the output to one of the printer ports, if a 418MS-Windows by sending the output to one of the printer ports, if a
419Unix-style @code{lpr} program is unavailable. The same Emacs 419Posix-style @code{lpr} program is unavailable. The same Emacs
420variables control printing on all systems (@pxref{Hardcopy}), but in 420variables control printing on all systems (@pxref{Hardcopy}), but in
421some cases they have different default values on MS-DOS and 421some cases they have different default values on MS-DOS and
422MS-Windows. 422MS-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
575does on Unix and other platforms (@pxref{International}), including 575does on GNU, Unix and other platforms (@pxref{International}), including
576coding systems for converting between the different character sets. 576coding systems for converting between the different character sets.
577However, due to incompatibilities between MS-DOS/MS-Windows and Unix, 577However, due to incompatibilities between MS-DOS/MS-Windows and other systems,
578there are several DOS-specific aspects of this support that users should 578there are several DOS-specific aspects of this support that you should
579be aware of. This section describes these aspects. 579be 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
659line on MS-DOS to begin with @samp{-DD\-}. @xref{Mode Line}. 659line on MS-DOS to begin with @samp{-DD\-}. @xref{Mode Line}.
660Far-Eastern DOS terminals do not use the @code{cp@var{nnn}} coding 660Far-Eastern DOS terminals do not use the @code{cp@var{nnn}} coding
661systems, and thus their initial mode line looks like on Unix. 661systems, 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,
664Emacs automatically runs @code{set-language-environment} to select the 664Emacs 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
743invocation of the @code{ispell} program. This is slower than the 743invocation of the @code{ispell} program. This is slower than the
744asynchronous invocation on Unix. 744asynchronous 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
747the @kbd{M-x eshell} command. This invokes the Eshell package that 747the @kbd{M-x eshell} command. This invokes the Eshell package that
748implements a Unix-like shell entirely in Emacs Lisp. 748implements 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
518On Unix, a hidden file is a file whose name starts with a period. They 518On GNU and Unix systems, a hidden file is a file whose name starts
519are hidden from a regular directory listing because the user is not 519with a period. They are hidden from a regular directory listing
520generally interested in them. 520because the user is not generally interested in them.
521 521
522In speedbar, a hidden file is a file which isn't very interesting and 522In speedbar, a hidden file is a file which isn't very interesting and
523might prove distracting to the user. Any uninteresting files are 523might 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
686If non-ASCII text or internationalization is relevant, the locale that 686If non-ASCII text or internationalization is relevant, the locale that
687was current when you started Emacs. On GNU/Linux and Unix systems, or 687was current when you started Emacs. On GNU/Linux and Unix systems, or
688if you use a Unix-style shell such as Bash, you can use this shell 688if 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