diff options
| author | Eli Zaretskii | 2024-12-28 22:38:17 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2024-12-28 22:38:17 +0200 |
| commit | 07e9f27c3e029a52669ddcf68d4ecddba0f7903e (patch) | |
| tree | 84a1864e02230962a9891068cbb9c78ff42e6341 /doc | |
| parent | 43a8f0de5ecbe8430917968af703f4a630567461 (diff) | |
| download | emacs-07e9f27c3e029a52669ddcf68d4ecddba0f7903e.tar.gz emacs-07e9f27c3e029a52669ddcf68d4ecddba0f7903e.zip | |
; * doc/misc/calc.texi: Fix makeinfo warnings (bug#75166).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/calc.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 7aadaac4a44..1c55461305b 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -1272,7 +1272,7 @@ Press the number @kbd{1} now to enter the first section of the Tutorial. | |||
| 1272 | * Tutorial:: | 1272 | * Tutorial:: |
| 1273 | @end menu | 1273 | @end menu |
| 1274 | 1274 | ||
| 1275 | @node Tutorial, Introduction, Interactive Tutorial, Top | 1275 | @node Tutorial, Introduction, Interactive Tutorial, Interactive Tutorial |
| 1276 | @end ifinfo | 1276 | @end ifinfo |
| 1277 | @ifnotinfo | 1277 | @ifnotinfo |
| 1278 | @node Tutorial, Introduction, Getting Started, Top | 1278 | @node Tutorial, Introduction, Getting Started, Top |
| @@ -32118,9 +32118,8 @@ in symbolic form without ever activating the @code{deriv} function. Press | |||
| 32118 | @kbd{m D} to turn the default simplifications back on afterwards. | 32118 | @kbd{m D} to turn the default simplifications back on afterwards. |
| 32119 | 32119 | ||
| 32120 | @node Lisp Definitions | 32120 | @node Lisp Definitions |
| 32121 | @section Programming with Lisp | ||
| 32122 | |||
| 32123 | @section Programming Calc, with Lisp | 32121 | @section Programming Calc, with Lisp |
| 32122 | |||
| 32124 | @noindent | 32123 | @noindent |
| 32125 | The Calculator can be programmed quite extensively in Lisp. All you | 32124 | The Calculator can be programmed quite extensively in Lisp. All you |
| 32126 | do is write a normal Lisp function definition, but with @code{defmath} | 32125 | do is write a normal Lisp function definition, but with @code{defmath} |