mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
Fix warning when building Calc manual
These warnings are emitted at least by Texinfo 7.2. * doc/misc/calc.texi (Introduction): Conditionally set prev node to avoid warning. (Interactive Tutorial): Update chapter title to match node name and menu entry. (Top): Add description to `Interactive Tutorial' menu entry. (Bug#80923)
This commit is contained in:
parent
7017fcc4c5
commit
8c8a43bc54
1 changed files with 8 additions and 3 deletions
|
|
@ -168,7 +168,7 @@ longer Info tutorial.)
|
|||
@menu
|
||||
* Getting Started:: General description and overview.
|
||||
@ifinfo
|
||||
* Interactive Tutorial::
|
||||
* Interactive Tutorial:: Using the Emacs Info system with this tutorial.
|
||||
@end ifinfo
|
||||
@ifnotinfo
|
||||
* Tutorial:: A step-by-step introduction for beginners.
|
||||
|
|
@ -1246,7 +1246,7 @@ finished in two weeks.
|
|||
@ifinfo
|
||||
@c This node is accessed by the 'C-x * t' command.
|
||||
@node Interactive Tutorial, Introduction, Getting Started, Top
|
||||
@chapter Tutorial
|
||||
@chapter Interactive Tutorial
|
||||
|
||||
@noindent
|
||||
Some brief instructions on using the Emacs Info system for this tutorial:
|
||||
|
|
@ -9573,7 +9573,12 @@ the last rule.
|
|||
|
||||
@c [reference]
|
||||
|
||||
@node Introduction
|
||||
@ifinfo
|
||||
@node Introduction, Data Types, Interactive Tutorial, Top
|
||||
@end ifinfo
|
||||
@ifnotinfo
|
||||
@node Introduction, Data Types, Tutorial, Top
|
||||
@end ifnotinfo
|
||||
@chapter Introduction
|
||||
|
||||
@noindent
|
||||
|
|
|
|||
Loading…
Reference in a new issue