diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-08-20 01:19:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-08-20 01:19:30 +0000 |
commit | 892c6176ca48be65188f674165c48a839d7af9ea (patch) | |
tree | 0516cdc35639ae0b723a8c940882b05cf65ce5e0 /man/macos.texi | |
parent | 2e78ad148c515db46fe3ae23835a0028ec8d4a24 (diff) | |
download | emacs-892c6176ca48be65188f674165c48a839d7af9ea.tar.gz |
Avoid saying "Unix" in a way that includes GNU.
Diffstat (limited to 'man/macos.texi')
-rw-r--r-- | man/macos.texi | 12 |
1 files changed, 6 insertions, 6 deletions
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 (@code{start-process}), and networking (@code{open-network-stream}). As a result, packages such as Gnus, GUD, and Comint do not work. - Since external Unix programs to handle commands such as + Since external programs to handle commands such as @code{print-buffer} and @code{diff} are not available on the Mac OS, they are not supported in the Mac OS version. @@ -170,16 +170,16 @@ EMACS_UNIBYTE=1 @end example So when Emacs requests a file name, doing file name completion on -@file{/} will display all volumes on the system. As in Unix, @file{..} -can be used to go up a directory level. +@file{/} will display all volumes on the system. You can use @file{..} +to go up a directory level. To access files and folders on the desktop, look in the folder @file{Desktop Folder} in your boot volume (this folder is usually invisible in the Mac @code{Finder}). Emacs creates the Mac folder @file{:Preferences:Emacs:} in the -@file{System Folder} and uses it as the temporary directory. The Unix -emulation code maps the Unix directory @file{/tmp} to it. Therefore it +@file{System Folder} and uses it as the temporary directory. Emacs +maps the directory name @file{/tmp/} to that. Therefore it is best to avoid naming a volume @file{tmp}. If everything works correctly, the program should leave no files in it when it exits. You should be able to set the environment variable @code{TMPDIR} to use @@ -229,6 +229,6 @@ string. @findex mac-filename-to-unix @findex unix-filename-to-mac The function @code{mac-filename-to-unix} takes a Mac file name and -returns the Unix equivalent. The function @code{unix-filename-to-mac} +returns the Posix equivalent. The function @code{unix-filename-to-mac} performs the opposite conversion. They are useful for constructing AppleScript commands to be passed to @code{do-applescript}. |