diff options
| author | Michael Albinus | 2017-06-14 09:08:45 +0200 |
|---|---|---|
| committer | Michael Albinus | 2017-06-14 09:08:45 +0200 |
| commit | 63ec338c988f3ac661fd68591d688b3874c88511 (patch) | |
| tree | 7234cf6575977649c6ce199a39a23e237700bc58 /INSTALL | |
| parent | c404bc733aeded170aba7eca30ae1679dc2aae34 (diff) | |
| download | emacs-63ec338c988f3ac661fd68591d688b3874c88511.tar.gz emacs-63ec338c988f3ac661fd68591d688b3874c88511.zip | |
; Fix typo in INSTALL
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -314,7 +314,7 @@ build a small executable with very basic X support, use --without-all | |||
| 314 | use --without-all --without-x. If you want to build with just a few | 314 | use --without-all --without-x. If you want to build with just a few |
| 315 | features enabled, you can combine --without-all with --with-FEATURE. | 315 | features enabled, you can combine --without-all with --with-FEATURE. |
| 316 | For example, you can use --without-all --without-x --with-dbus to | 316 | For example, you can use --without-all --without-x --with-dbus to |
| 317 | build with DBus support and nothing more. | 317 | build with D-Bus support and nothing more. |
| 318 | 318 | ||
| 319 | Use --with-wide-int to implement Emacs values with the type 'long long', | 319 | Use --with-wide-int to implement Emacs values with the type 'long long', |
| 320 | even on hosts where a narrower type would do. With this option, on a | 320 | even on hosts where a narrower type would do. With this option, on a |