Skip to content
Snippets Groups Projects
Commit e1da77b0 authored by Jan Moringen's avatar Jan Moringen Committed by Nikodemus Siivola
Browse files

update doc/alexandria.texinfo

  add IO chapter containing READ-FILE-INTO-{STRING,BYTE-VECTOR}

  change include/fun-alexandria-ensure-gethash.texinfo
  -> include/macro-alexandria-ensure-gethash.texinfo
parent 0c39310e
No related branches found
No related tags found
No related merge requests found
......@@ -81,15 +81,16 @@ terms and conditions:
@insertcopying
@menu
* Hash Tables::
* Data and Control Flow::
* Conses::
* Sequences::
* Macro Writing::
* Symbols::
* Arrays::
* Types::
* Numbers::
* Hash Tables::
* Data and Control Flow::
* Conses::
* Sequences::
* IO::
* Macro Writing::
* Symbols::
* Arrays::
* Types::
* Numbers::
@end menu
@end ifnottex
......@@ -98,7 +99,7 @@ terms and conditions:
@comment node-name, next, previous, up
@chapter Hash Tables
@include include/fun-alexandria-ensure-gethash.texinfo
@include include/macro-alexandria-ensure-gethash.texinfo
@include include/fun-alexandria-copy-hash-table.texinfo
@include include/fun-alexandria-maphash-keys.texinfo
@include include/fun-alexandria-maphash-values.texinfo
......@@ -204,6 +205,13 @@ terms and conditions:
@include include/fun-alexandria-map-derangements.texinfo
@include include/fun-alexandria-map-permutations.texinfo
@node IO
@comment node-name, next, previous, up
@chapter IO
@include include/fun-alexandria-read-file-into-string.texinfo
@include include/fun-alexandria-read-file-into-byte-vector.texinfo
@node Macro Writing
@comment node-name, next, previous, up
@chapter Macro Writing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment