diff options
| author | Glenn Morris | 2013-07-02 00:42:34 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-07-02 00:42:34 -0700 |
| commit | e0070075ff06ab67bb2b348e0f265937d6dad48b (patch) | |
| tree | abd263f8538e06dc8e40c8fc4de843409328675b | |
| parent | 253e30aa895331c42697a6e995f8819385828a6a (diff) | |
| download | emacs-e0070075ff06ab67bb2b348e0f265937d6dad48b.tar.gz emacs-e0070075ff06ab67bb2b348e0f265937d6dad48b.zip | |
Fix two doc/emacs cross-references
* doc/emacs/maintaining.texi (EDE): Fix cross-reference.
* doc/emacs/programs.texi (Program Modes): Fix emacs-xtra reference.
| -rw-r--r-- | doc/emacs/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/programs.texi | 8 |
3 files changed, 11 insertions, 5 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 072a13c0904..e7d7c4ea2e7 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-07-02 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * maintaining.texi (EDE): Fix cross-reference. | ||
| 4 | |||
| 5 | * programs.texi (Program Modes): Fix emacs-xtra reference. | ||
| 6 | |||
| 1 | 2013-06-26 Glenn Morris <rgm@gnu.org> | 7 | 2013-06-26 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * help.texi (Misc Help): Index describe-syntax. | 9 | * help.texi (Misc Help): Index describe-syntax. |
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 | |||
| 2341 | project. To define a new project, visit a file in the desired project | 2341 | project. To define a new project, visit a file in the desired project |
| 2342 | root and type @kbd{M-x ede-new}. This command prompts for a | 2342 | root and type @kbd{M-x ede-new}. This command prompts for a |
| 2343 | @dfn{project type}, which refers to the underlying method that EDE | 2343 | @dfn{project type}, which refers to the underlying method that EDE |
| 2344 | will use to manage the project (@pxref{Creating a Project, EDE,, ede, | 2344 | will use to manage the project (@pxref{Creating a project, EDE,, ede, |
| 2345 | Emacs Development Environment}). The most common project types are | 2345 | Emacs Development Environment}). The most common project types are |
| 2346 | @samp{Make}, which uses Makefiles, and @samp{Automake}, which uses GNU | 2346 | @samp{Make}, which uses Makefiles, and @samp{Automake}, which uses GNU |
| 2347 | Automake (@pxref{Top, Automake,, automake, Automake}). In both cases, | 2347 | Automake (@pxref{Top, Automake,, automake, Automake}). In both cases, |
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 70eecf1c97b..8bb851e75a4 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi | |||
| @@ -119,17 +119,17 @@ those specified in the mode's own mode hook (@pxref{Major Modes}). | |||
| 119 | For instance, entering C mode runs the hooks @code{prog-mode-hook} and | 119 | For instance, entering C mode runs the hooks @code{prog-mode-hook} and |
| 120 | @code{c-mode-hook}. @xref{Hooks}, for information about hooks. | 120 | @code{c-mode-hook}. @xref{Hooks}, for information about hooks. |
| 121 | 121 | ||
| 122 | @ifinfo | 122 | @ifnottex |
| 123 | Separate manuals are available for the modes for Ada (@pxref{Top,, | 123 | Separate manuals are available for the modes for Ada (@pxref{Top,, |
| 124 | Ada Mode, ada-mode, Ada Mode}), C/C++/Objective C/Java/Corba | 124 | Ada Mode, ada-mode, Ada Mode}), C/C++/Objective C/Java/Corba |
| 125 | IDL/Pike/AWK (@pxref{Top, , CC Mode, ccmode, CC Mode}), and IDLWAVE | 125 | IDL/Pike/AWK (@pxref{Top, , CC Mode, ccmode, CC Mode}), and IDLWAVE |
| 126 | (@pxref{Top,, IDLWAVE, idlwave, IDLWAVE User Manual}). | 126 | (@pxref{Top,, IDLWAVE, idlwave, IDLWAVE User Manual}). |
| 127 | @end ifinfo | 127 | @end ifnottex |
| 128 | @ifnotinfo | 128 | @iftex |
| 129 | The Emacs distribution contains Info manuals for the major modes for | 129 | The Emacs distribution contains Info manuals for the major modes for |
| 130 | Ada, C/C++/Objective C/Java/Corba IDL/Pike/AWK, and IDLWAVE@. For | 130 | Ada, C/C++/Objective C/Java/Corba IDL/Pike/AWK, and IDLWAVE@. For |
| 131 | Fortran mode, @pxref{Fortran,,, emacs-xtra, Specialized Emacs Features}. | 131 | Fortran mode, @pxref{Fortran,,, emacs-xtra, Specialized Emacs Features}. |
| 132 | @end ifnotinfo | 132 | @end iftex |
| 133 | 133 | ||
| 134 | @node Defuns | 134 | @node Defuns |
| 135 | @section Top-Level Definitions, or Defuns | 135 | @section Top-Level Definitions, or Defuns |