Simpilify how print-help-string works and support gcl
[maxima.git] / share / MYTOPIC-index.lisp
blob05b2414e97726972bf4e4d93fe4106adff7ecebb
1 (in-package :cl-info)
2 (let (
3 (deffn-defvr-pairs '(
4 ; CONTENT: (<INDEX TOPIC> . (<FILENAME> <BYTE OFFSET> <LENGTH IN CHARACTERS> <NODE NAME>))
5 ("frotz" . ("MYTOPIC.info" 867 226 "Definitions for MYTOPIC"))
6 ("transmogrify" . ("MYTOPIC.info" 732 134 "Definitions for MYTOPIC"))
7 ))
8 (section-pairs '(
9 ; CONTENT: (<NODE NAME> . (<FILENAME> <BYTE OFFSET> <LENGTH IN CHARACTERS>))
10 ("Definitions for MYTOPIC" . ("MYTOPIC.info" 676 417))
11 ("Introduction to MYTOPIC" . ("MYTOPIC.info" 423 121))
12 )))
13 (load-info-hashtables (maxima::maxima-load-pathname-directory) deffn-defvr-pairs section-pairs))