diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/emacs.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 7280b0189..93fccfe38 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -12,7 +12,11 @@ class Emacs <Formula def caveats "Use --cocoa to build a Cocoa binary Emacs.app from HEAD. -The git mirror will download the entire CVS history and is rather large." +The git mirror will download the entire CVS history and is rather large. + +To access texinfo documentation, set your INFOPATH to: +#{info} +" end def patches |
