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:
Roi Martin 2026-04-28 20:34:13 +02:00 committed by Eli Zaretskii
parent 7017fcc4c5
commit 8c8a43bc54

View file

@ -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