diff options
author | Glenn Morris <rgm@gnu.org> | 2013-07-02 00:42:34 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-07-02 00:42:34 -0700 |
commit | e0070075ff06ab67bb2b348e0f265937d6dad48b (patch) | |
tree | abd263f8538e06dc8e40c8fc4de843409328675b /doc/emacs/maintaining.texi | |
parent | 253e30aa895331c42697a6e995f8819385828a6a (diff) | |
download | emacs-e0070075ff06ab67bb2b348e0f265937d6dad48b.tar.gz |
Fix two doc/emacs cross-references
* doc/emacs/maintaining.texi (EDE): Fix cross-reference.
* doc/emacs/programs.texi (Program Modes): Fix emacs-xtra reference.
Diffstat (limited to 'doc/emacs/maintaining.texi')
-rw-r--r-- | doc/emacs/maintaining.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index acf1a87fc4c..a2401e9a59b 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -2341,7 +2341,7 @@ directory trees. The @dfn{project root} is the topmost directory of a project. To define a new project, visit a file in the desired project root and type @kbd{M-x ede-new}. This command prompts for a @dfn{project type}, which refers to the underlying method that EDE -will use to manage the project (@pxref{Creating a Project, EDE,, ede, +will use to manage the project (@pxref{Creating a project, EDE,, ede, Emacs Development Environment}). The most common project types are @samp{Make}, which uses Makefiles, and @samp{Automake}, which uses GNU Automake (@pxref{Top, Automake,, automake, Automake}). In both cases, |