blob: 0481a830caf5d96e5a9e5b0dc4e7576454fc3979 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
$NetBSD: patch-ab,v 1.1.1.1 2000/11/26 23:35:19 jtb Exp $
--- calc.texinfo.orig Sun Dec 15 20:50:57 1996
+++ calc.texinfo
@@ -7,6 +7,14 @@
@setchapternewpage odd
@comment %**end of header (This is for running Texinfo on a region.)
+@ifinfo
+@format
+START-INFO-DIR-ENTRY
+* Calc: (calc). GNU Emacs Calculator.
+END-INFO-DIR-ENTRY
+@end format
+@end ifinfo
+
@tex
% Some special kludges to make TeX formatting prettier.
% Because makeinfo.c exists, we can't just define new commands.
@@ -242,7 +250,7 @@
@c [begin]
@ifinfo
@node Top, Getting Started,, (dir)
-@ichapter The GNU Emacs Calculator
+@chapter The GNU Emacs Calculator
@noindent
@dfn{Calc 2.02} is an advanced desk calculator and mathematical tool
|