mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; * doc/misc/calc.texi: Fix makeinfo warnings (bug#75166).
This commit is contained in:
parent
43a8f0de5e
commit
07e9f27c3e
1 changed files with 2 additions and 3 deletions
|
|
@ -1272,7 +1272,7 @@ Press the number @kbd{1} now to enter the first section of the Tutorial.
|
||||||
* Tutorial::
|
* Tutorial::
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node Tutorial, Introduction, Interactive Tutorial, Top
|
@node Tutorial, Introduction, Interactive Tutorial, Interactive Tutorial
|
||||||
@end ifinfo
|
@end ifinfo
|
||||||
@ifnotinfo
|
@ifnotinfo
|
||||||
@node Tutorial, Introduction, Getting Started, Top
|
@node Tutorial, Introduction, Getting Started, Top
|
||||||
|
|
@ -32118,9 +32118,8 @@ in symbolic form without ever activating the @code{deriv} function. Press
|
||||||
@kbd{m D} to turn the default simplifications back on afterwards.
|
@kbd{m D} to turn the default simplifications back on afterwards.
|
||||||
|
|
||||||
@node Lisp Definitions
|
@node Lisp Definitions
|
||||||
@section Programming with Lisp
|
|
||||||
|
|
||||||
@section Programming Calc, with Lisp
|
@section Programming Calc, with Lisp
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
The Calculator can be programmed quite extensively in Lisp. All you
|
The Calculator can be programmed quite extensively in Lisp. All you
|
||||||
do is write a normal Lisp function definition, but with @code{defmath}
|
do is write a normal Lisp function definition, but with @code{defmath}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue