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