aboutsummaryrefslogtreecommitdiffstats
path: root/mac/INSTALL
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2007-04-26 09:39:55 +0000
committerYAMAMOTO Mitsuharu2007-04-26 09:39:55 +0000
commitc6ec69e71e32e484b07fe3fd2b5f15684ff6c3ed (patch)
treee33491debff6250f63d7a6f5dfcd49f341ff6d94 /mac/INSTALL
parent8baa97f9c508c981f3052ebb0766bfa511ec0cbe (diff)
downloademacs-c6ec69e71e32e484b07fe3fd2b5f15684ff6c3ed.tar.gz
emacs-c6ec69e71e32e484b07fe3fd2b5f15684ff6c3ed.zip
Fix typos (/Application -> /Applications)
Diffstat (limited to 'mac/INSTALL')
-rw-r--r--mac/INSTALL4
1 files changed, 2 insertions, 2 deletions
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
21recommended; see the notes section below for more details. 21recommended; see the notes section below for more details.
22 22
23The --enable-carbon-app specifies that the Carbon GUI application 23The --enable-carbon-app specifies that the Carbon GUI application
24should be installed into /Application. If you want it to install in a 24should be installed into /Applications. If you want it to install in a
25different location, specify --enable-carbon-app=<mydir> 25different location, specify --enable-carbon-app=<mydir>
26 26
27You can type `make bootstrap' instead of `make' to rebuild everything, 27You can type `make bootstrap' instead of `make' to rebuild everything,
@@ -44,7 +44,7 @@ still meaningful.
44To start Emacs as a GUI application from the terminal, the pathname to 44To start Emacs as a GUI application from the terminal, the pathname to
45the executable in the bundle, i.e., 45the executable in the bundle, i.e.,
46 46
47 /Application/Emacs.app/Contents/MacOS/Emacs 47 /Applications/Emacs.app/Contents/MacOS/Emacs
48 48
49must be typed to the shell to enable Emacs to locate its resources 49must be typed to the shell to enable Emacs to locate its resources
50correctly. You may want to create an alias to this path to quickly 50correctly. You may want to create an alias to this path to quickly