diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-09 13:39:22 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-09 13:41:20 -0700 |
commit | 743b95cc635b1af1490e2834ec1c418c3c1242c0 (patch) | |
tree | e1412416b47bdf358373d89c4c4358d3021c789b /doc/misc/ede.texi | |
parent | ad7ba0fbf16edfaf6f59310ccd56088a656964d0 (diff) | |
download | emacs-743b95cc635b1af1490e2834ec1c418c3c1242c0.tar.gz emacs-743b95cc635b1af1490e2834ec1c418c3c1242c0.tar.bz2 emacs-743b95cc635b1af1490e2834ec1c418c3c1242c0.zip |
Be more consistent about "directory name" in manual
This clarifies the documentation, partly in response to the
discussion in Bug#27986.
Diffstat (limited to 'doc/misc/ede.texi')
-rw-r--r-- | doc/misc/ede.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi index e87ae95f626..a79170179bc 100644 --- a/doc/misc/ede.texi +++ b/doc/misc/ede.texi @@ -806,8 +806,8 @@ name is expanded. The include path only affects C/C++ header files. Use the slot @code{:header-match-regexp} to change it. -The @code{:system-include-path} allows you to specify full directory -names to include directories where system header files can be found. +The @code{:system-include-path} allows you to specify absolute names +of include directories where system header files can be found. These will be applied to files in this project only. With @code{:compile-command} you can provide a command which should be |