diff options
author | Mark H Weaver <mhw@netris.org> | 2012-02-15 11:47:31 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2012-02-15 11:47:31 -0500 |
commit | 38f190749da57150b5329676b6fd70ff73d66e02 (patch) | |
tree | 12b32c8ce97e2f668e471ac57495fc35c287c295 /doc/ref/api-debug.texi | |
parent | 32fbc38fbb3c7544a45f7be3cf0a981a31681cbb (diff) | |
download | guile-38f190749da57150b5329676b6fd70ff73d66e02.tar.gz |
Add support for source properties on non-immediate numbers
* libguile/read.c (scm_read_number): Set source properties on
non-immediate numbers if the 'positions' reader option is set.
* doc/ref/api-debug.texi (Source Properties): Update manual.
Diffstat (limited to 'doc/ref/api-debug.texi')
-rw-r--r-- | doc/ref/api-debug.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/api-debug.texi b/doc/ref/api-debug.texi index 18371f0fc..dd2a3d19d 100644 --- a/doc/ref/api-debug.texi +++ b/doc/ref/api-debug.texi @@ -239,8 +239,8 @@ Guile's debugger can point back to the file and location where the expression originated. The way that source properties are stored means that Guile cannot -associate source properties with individual numbers, symbols, -characters, booleans, or keywords. This can be seen by typing +associate source properties with individual symbols, keywords, +characters, booleans, or small integers. This can be seen by typing @code{(xxx)} and @code{xxx} at the Guile prompt (where the variable @code{xxx} has not been defined): |