diff options
| author | Eli Zaretskii | 2012-03-10 11:40:05 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-03-10 11:40:05 +0200 |
| commit | 589ce070277ab8664c3d8e30ef171110ce62bf25 (patch) | |
| tree | 8f35fc9b2cd252a87bb28aa6f519ed8bf594a2f3 /doc/misc | |
| parent | 310a820fc02595b3062b559655d526b3f9fb7db1 (diff) | |
| download | emacs-589ce070277ab8664c3d8e30ef171110ce62bf25.tar.gz emacs-589ce070277ab8664c3d8e30ef171110ce62bf25.zip | |
Fix the change in 2012-03-10T02:20:41Z!cyd@gnu.org, for bug #10450.
doc/misc/info.texi (Expert Info): Move the index entry for "Texinfo" from
"Getting Started" to this node.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/info.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 2f7f5418080..c95aaa9b15d 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-03-10 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * info.texi (Expert Info): Move the index entry for "Texinfo" from | ||
| 4 | "Getting Started" to this node. (Bug#10450) | ||
| 5 | |||
| 1 | 2012-03-10 Chong Yidong <cyd@gnu.org> | 6 | 2012-03-10 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 3 | * flymake.texi (Example -- Configuring a tool called via make): | 8 | * flymake.texi (Example -- Configuring a tool called via make): |
diff --git a/doc/misc/info.texi b/doc/misc/info.texi index 6c227b34d91..8952bfb9122 100644 --- a/doc/misc/info.texi +++ b/doc/misc/info.texi | |||
| @@ -90,7 +90,6 @@ Started' chapter. | |||
| 90 | @node Getting Started, Advanced, Top, Top | 90 | @node Getting Started, Advanced, Top, Top |
| 91 | @comment node-name, next, previous, up | 91 | @comment node-name, next, previous, up |
| 92 | @chapter Getting Started | 92 | @chapter Getting Started |
| 93 | @cindex Texinfo | ||
| 94 | 93 | ||
| 95 | This first part of this Info manual describes how to get around inside | 94 | This first part of this Info manual describes how to get around inside |
| 96 | of Info. The second part of the manual describes various advanced | 95 | of Info. The second part of the manual describes various advanced |
| @@ -1236,6 +1235,7 @@ this: | |||
| 1236 | 1235 | ||
| 1237 | @node Expert Info | 1236 | @node Expert Info |
| 1238 | @chapter Info for Experts | 1237 | @chapter Info for Experts |
| 1238 | @cindex Texinfo | ||
| 1239 | 1239 | ||
| 1240 | This chapter explains how to write an Info file by hand. However, | 1240 | This chapter explains how to write an Info file by hand. However, |
| 1241 | in most cases, writing a Texinfo file is better, since you can use it | 1241 | in most cases, writing a Texinfo file is better, since you can use it |