aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/emacs.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index 5421e7805..db7c46c8e 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -126,14 +126,6 @@ class Emacs < Formula
s = ""
if build.include? "cocoa"
s += <<-EOS.undent
- Emacs.app was installed to:
- #{prefix}
-
- To link the application to a normal Mac OS X location:
- brew linkapps
- or:
- ln -s #{prefix}/Emacs.app /Applications
-
A command line wrapper for the cocoa app was installed to:
#{bin}/emacs
EOS