diff options
| author | Chong Yidong | 2010-05-03 18:01:23 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-05-03 18:01:23 -0400 |
| commit | da0bbbc4e336566be28cc99dce4b155d4a9a194f (patch) | |
| tree | b8acdd7660e1ce746fdec7dc0c73fc87564f5c29 /INSTALL | |
| parent | f034e1762ba3824627494e479a47189ec62db6d1 (diff) | |
| download | emacs-da0bbbc4e336566be28cc99dce4b155d4a9a194f.tar.gz emacs-da0bbbc4e336566be28cc99dce4b155d4a9a194f.zip | |
Fix typos (Bug#6094). From Štěpán Němec.
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -408,7 +408,7 @@ to look in `/bar/mylib' for libraries, pass the -O3 optimization | |||
| 408 | switch to the compiler, and link against libfoo.a and libbar.a | 408 | switch to the compiler, and link against libfoo.a and libbar.a |
| 409 | libraries in addition to the standard ones. | 409 | libraries in addition to the standard ones. |
| 410 | 410 | ||
| 411 | For some libraries, like Gtk+, fontconfig and ALSA, `configure' use | 411 | For some libraries, like Gtk+, fontconfig and ALSA, `configure' uses |
| 412 | pkg-config to find where those libraries are installed. | 412 | pkg-config to find where those libraries are installed. |
| 413 | If you want pkg-config to look in special directories, you have to set | 413 | If you want pkg-config to look in special directories, you have to set |
| 414 | the environment variable PKG_CONFIG_PATH to point to the directories | 414 | the environment variable PKG_CONFIG_PATH to point to the directories |
| @@ -466,7 +466,7 @@ site-load.el for additional libraries if you arrange for their | |||
| 466 | documentation strings to be in the etc/DOC file (see | 466 | documentation strings to be in the etc/DOC file (see |
| 467 | src/Makefile.in if you wish to figure out how to do that). For all | 467 | src/Makefile.in if you wish to figure out how to do that). For all |
| 468 | else, use site-init.el. Do not load byte-compiled code which | 468 | else, use site-init.el. Do not load byte-compiled code which |
| 469 | was build with a non-nil value of `byte-compile-dynamic'. | 469 | was built with a non-nil value of `byte-compile-dynamic'. |
| 470 | 470 | ||
| 471 | If you set load-path to a different value in site-init.el or | 471 | If you set load-path to a different value in site-init.el or |
| 472 | site-load.el, Emacs will use *precisely* that value when it starts up | 472 | site-load.el, Emacs will use *precisely* that value when it starts up |
| @@ -491,7 +491,7 @@ named `src/emacs'. You can execute this file "in place" without | |||
| 491 | copying it, if you wish; then it automatically uses the sibling | 491 | copying it, if you wish; then it automatically uses the sibling |
| 492 | directories ../lisp, ../lib-src, ../info. | 492 | directories ../lisp, ../lib-src, ../info. |
| 493 | 493 | ||
| 494 | Or you can "install" the executable and the other Emacs into their | 494 | Or you can "install" the executable and the other files into their |
| 495 | installed locations, with `make install'. By default, Emacs's files | 495 | installed locations, with `make install'. By default, Emacs's files |
| 496 | are installed in the following directories: | 496 | are installed in the following directories: |
| 497 | 497 | ||