]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix two doc/emacs cross-references
authorGlenn Morris <rgm@gnu.org>
Tue, 2 Jul 2013 07:42:34 +0000 (00:42 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 2 Jul 2013 07:42:34 +0000 (00:42 -0700)
* doc/emacs/maintaining.texi (EDE): Fix cross-reference.

* doc/emacs/programs.texi (Program Modes): Fix emacs-xtra reference.

doc/emacs/ChangeLog
doc/emacs/maintaining.texi
doc/emacs/programs.texi

index 072a13c0904a7a3d76a6c52a6abbb9eaca63945e..e7d7c4ea2e7a24b86e868363f53cc8f25218d09d 100644 (file)
@@ -1,3 +1,9 @@
+2013-07-02  Glenn Morris  <rgm@gnu.org>
+
+       * maintaining.texi (EDE): Fix cross-reference.
+
+       * programs.texi (Program Modes): Fix emacs-xtra reference.
+
 2013-06-26  Glenn Morris  <rgm@gnu.org>
 
        * help.texi (Misc Help): Index describe-syntax.
index acf1a87fc4cfadc3c34089d484449480e66eda66..a2401e9a59b71e83bb33e53cd958cdfc6b615e0b 100644 (file)
@@ -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,
index 70eecf1c97b12c4d30f1fde9cafee1bd48eb1ca2..8bb851e75a4f29dd29c070b721f0132cd6f19dcd 100644 (file)
@@ -119,17 +119,17 @@ those specified in the mode's own mode hook (@pxref{Major Modes}).
 For instance, entering C mode runs the hooks @code{prog-mode-hook} and
 @code{c-mode-hook}.  @xref{Hooks}, for information about hooks.
 
-@ifinfo
+@ifnottex
   Separate manuals are available for the modes for Ada (@pxref{Top,,
 Ada Mode, ada-mode, Ada Mode}), C/C++/Objective C/Java/Corba
 IDL/Pike/AWK (@pxref{Top, , CC Mode, ccmode, CC Mode}), and IDLWAVE
 (@pxref{Top,, IDLWAVE, idlwave, IDLWAVE User Manual}).
-@end ifinfo
-@ifnotinfo
+@end ifnottex
+@iftex
   The Emacs distribution contains Info manuals for the major modes for
 Ada, C/C++/Objective C/Java/Corba IDL/Pike/AWK, and IDLWAVE@.  For
 Fortran mode, @pxref{Fortran,,, emacs-xtra, Specialized Emacs Features}.
-@end ifnotinfo
+@end iftex
 
 @node Defuns
 @section Top-Level Definitions, or Defuns