emacs: remove duplicated .app caveats.

This commit is contained in:
Mike McQuaid 2014-01-18 21:58:42 +00:00
parent 562ac697de
commit e023bd2c9d

View file

@ -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