Package: guile-1.6-doc
Version: 1.6.8-6
Severity: normal

The info node "(guile.info.gz)Keyword Read Syntax" says:

 If the `keyword' read option is set to `'prefix', Guile also
 recognizes the alternative read syntax `:NAME'.

but it should say

 If the `keywords' read option is set to `'prefix', Guile also
 recognizes the alternative read syntax `:NAME'.

(note the added s for keywordS). It is correctly documented in
"(guile.info.gz)Reader options", with the plural.

guile> (read-set! keyword 'prefix)
ERROR: In procedure read-options-interface:
ERROR: Unknown option name: keyword
ABORT: (misc-error)
guile> (read-set! keywords 'prefix)
(keywords prefix positions)


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (200, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.22-amd64+deb-3
Locale: LANG=fr_LU.UTF-8, LC_CTYPE=fr_LU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to