aboutsummaryrefslogtreecommitdiffstats
path: root/mac
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
parent8baa97f9c508c981f3052ebb0766bfa511ec0cbe (diff)
downloademacs-c6ec69e71e32e484b07fe3fd2b5f15684ff6c3ed.tar.gz
emacs-c6ec69e71e32e484b07fe3fd2b5f15684ff6c3ed.zip
Fix typos (/Application -> /Applications)
Diffstat (limited to 'mac')
-rw-r--r--mac/ChangeLog4
-rw-r--r--mac/INSTALL4
2 files changed, 6 insertions, 2 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index d427a71e5c5..38182444c91 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,7 @@
12007-04-26 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2
3 * INSTALL: Fix typos (/Application -> /Applications)
4
12007-04-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 52007-04-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 6
3 * make-package (compver): Don't hardcode processor type. 7 * make-package (compver): Don't hardcode processor type.
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