Another late comment :) On Mon 18 Nov 2013 21:32, l...@gnu.org (Ludovic Courtès) writes:
>> +(define (alist->hashx-table hash assoc alist) >> + "Convert @var{alist} into a hash table with custom @var{hash} and >> +@var{assoc} procedures." > > Currently Texinfo markup in docstrings is left uninterpreted so it > can/should be avoided (it may change in the future, but the future’s not > now ;-)). Actually the future has always been now, but just not everywhere :) If you add this to your .guile: (use-modules (texinfo reflection)) then all docstrings will be parsed and rendered using Guile's texinfo toolchain. Also modules get nice help too; see e.g. (help (ice-9 popen)). We should probably fix whatever small bugs are out there regarding the output and just enable it by default. Andy -- http://wingolog.org/