diff options
| author | Glenn Morris | 2013-02-03 19:07:26 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-02-03 19:07:26 -0800 |
| commit | 463d631919baa394ee73a46843b2006aac9fdd4e (patch) | |
| tree | 8be9419f3d63e778f37850b3a5f877b9cbe2cf54 | |
| parent | cf4dd9111067527de50051a303472d31cadee36e (diff) | |
| download | emacs-463d631919baa394ee73a46843b2006aac9fdd4e.tar.gz emacs-463d631919baa394ee73a46843b2006aac9fdd4e.zip | |
ede.texi typo fixes
| -rw-r--r-- | doc/misc/ede.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi index 44a0d666e79..ddee7e6b5d5 100644 --- a/doc/misc/ede.texi +++ b/doc/misc/ede.texi | |||
| @@ -451,8 +451,8 @@ ede-new}, or click on the @samp{Create Project} item in the | |||
| 451 | The @command{ede-new} command prompts for the type of project you | 451 | The @command{ede-new} command prompts for the type of project you |
| 452 | would like to create. Each project type has its own benefits or | 452 | would like to create. Each project type has its own benefits or |
| 453 | language specific enhancements. Not all projects that @ede{} supports | 453 | language specific enhancements. Not all projects that @ede{} supports |
| 454 | also supports creating a new project. Projects such as @code{emacs} | 454 | also allow creating a new project. Projects such as @code{emacs} |
| 455 | or @code{linux} are design to recognize existing projects only. | 455 | or @code{linux} are designed to recognize existing projects only. |
| 456 | Project types such as @samp{Make} and @samp{Automake} do support | 456 | Project types such as @samp{Make} and @samp{Automake} do support |
| 457 | creating new project types with @command{ede-new}. | 457 | creating new project types with @command{ede-new}. |
| 458 | 458 | ||
| @@ -1041,7 +1041,7 @@ and has an optimized include file identification function. | |||
| 1041 | 1041 | ||
| 1042 | The @code{ede-generic-project} is a project system that makes it easy | 1042 | The @code{ede-generic-project} is a project system that makes it easy |
| 1043 | to wrap up different kinds of build systems as an EDE project. | 1043 | to wrap up different kinds of build systems as an EDE project. |
| 1044 | Projects such as @ref{ede-emacs} requires coding skills to create. | 1044 | Projects such as @ref{ede-emacs} require coding skills to create. |
| 1045 | Generic projects also require writing Emacs Lisp code, but the | 1045 | Generic projects also require writing Emacs Lisp code, but the |
| 1046 | requirements are minimal. You can then use | 1046 | requirements are minimal. You can then use |
| 1047 | @command{customize-project} to configure build commands, includes, and | 1047 | @command{customize-project} to configure build commands, includes, and |
| @@ -1049,7 +1049,7 @@ other options for that project. The configuration is saved in | |||
| 1049 | @file{EDEConfig.el}. | 1049 | @file{EDEConfig.el}. |
| 1050 | 1050 | ||
| 1051 | Generic projects are disabled by default because they have the | 1051 | Generic projects are disabled by default because they have the |
| 1052 | potential to interfere with other projects. To enable the generic | 1052 | potential to interfere with other projects. To use the generic |
| 1053 | project sytem to start detecting projects, you need to enable it. | 1053 | project sytem to start detecting projects, you need to enable it. |
| 1054 | 1054 | ||
| 1055 | @deffn Command ede-enable-generic-projects | 1055 | @deffn Command ede-enable-generic-projects |