diff options
| author | YAMAMOTO Mitsuharu | 2007-04-26 09:39:55 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2007-04-26 09:39:55 +0000 |
| commit | c6ec69e71e32e484b07fe3fd2b5f15684ff6c3ed (patch) | |
| tree | e33491debff6250f63d7a6f5dfcd49f341ff6d94 /mac | |
| parent | 8baa97f9c508c981f3052ebb0766bfa511ec0cbe (diff) | |
| download | emacs-c6ec69e71e32e484b07fe3fd2b5f15684ff6c3ed.tar.gz emacs-c6ec69e71e32e484b07fe3fd2b5f15684ff6c3ed.zip | |
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 d427a71e5c5..38182444c91 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-04-26 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * INSTALL: Fix typos (/Application -> /Applications) | ||
| 4 | |||
| 1 | 2007-04-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2007-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 | |||
| 21 | recommended; see the notes section below for more details. | 21 | recommended; see the notes section below for more details. |
| 22 | 22 | ||
| 23 | The --enable-carbon-app specifies that the Carbon GUI application | 23 | The --enable-carbon-app specifies that the Carbon GUI application |
| 24 | should be installed into /Application. If you want it to install in a | 24 | should be installed into /Applications. If you want it to install in a |
| 25 | different location, specify --enable-carbon-app=<mydir> | 25 | different location, specify --enable-carbon-app=<mydir> |
| 26 | 26 | ||
| 27 | You can type `make bootstrap' instead of `make' to rebuild everything, | 27 | You can type `make bootstrap' instead of `make' to rebuild everything, |
| @@ -44,7 +44,7 @@ still meaningful. | |||
| 44 | To start Emacs as a GUI application from the terminal, the pathname to | 44 | To start Emacs as a GUI application from the terminal, the pathname to |
| 45 | the executable in the bundle, i.e., | 45 | the executable in the bundle, i.e., |
| 46 | 46 | ||
| 47 | /Application/Emacs.app/Contents/MacOS/Emacs | 47 | /Applications/Emacs.app/Contents/MacOS/Emacs |
| 48 | 48 | ||
| 49 | must be typed to the shell to enable Emacs to locate its resources | 49 | must be typed to the shell to enable Emacs to locate its resources |
| 50 | correctly. You may want to create an alias to this path to quickly | 50 | correctly. You may want to create an alias to this path to quickly |