diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2007-04-26 09:38:01 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2007-04-26 09:38:01 +0000 |
commit | a6358479a80de226858965f44321beb621117b3c (patch) | |
tree | bacddb83603a91711a3e2d397a05d74ce0125491 /mac | |
parent | 0701603152f1f0c1961e589a6cf0c84bfa367f8c (diff) | |
download | emacs-a6358479a80de226858965f44321beb621117b3c.tar.gz |
Fix typos (/Application -> /Applications)
Diffstat (limited to 'mac')
-rw-r--r-- | mac/ChangeLog | 4 | ||||
-rw-r--r-- | mac/INSTALL | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index 9f2d2af2664..5b75618401c 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog @@ -1,3 +1,7 @@ +2007-04-26 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change) + + * INSTALL: Fix typos (/Application -> /Applications) + 2007-04-26 Glenn Morris <rgm@gnu.org> * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings: diff --git a/mac/INSTALL b/mac/INSTALL index 3711a7e1e2d..593b4f9ad55 100644 --- a/mac/INSTALL +++ b/mac/INSTALL @@ -21,7 +21,7 @@ must install as root using the sudo command. However, it is not recommended; see the notes section below for more details. The --enable-carbon-app specifies that the Carbon GUI application -should be installed into /Application. If you want it to install in a +should be installed into /Applications. If you want it to install in a different location, specify --enable-carbon-app=<mydir> You can type `make bootstrap' instead of `make' to rebuild everything, @@ -44,7 +44,7 @@ still meaningful. To start Emacs as a GUI application from the terminal, the pathname to the executable in the bundle, i.e., - /Application/Emacs.app/Contents/MacOS/Emacs + /Applications/Emacs.app/Contents/MacOS/Emacs must be typed to the shell to enable Emacs to locate its resources correctly. You may want to create an alias to this path to quickly |