Fix misleading output from `(help rationalize)'

* numbers.c (scm_rationalize): Update docstring to match the
	manual (which is more correct).  Change argument "err" to "eps",
	also to match the manual.
This commit is contained in:
Neil Jerram 2008-08-03 00:18:33 +01:00
commit 76dae88158
3 changed files with 22 additions and 5 deletions

1
NEWS
View file

@ -60,6 +60,7 @@ application code.
** Fix build issue on Tru64 and ia64-hp-hpux11.23 (`SCM_UNPACK' macro)
** Fix build issue on mips, mipsel, powerpc and ia64 (stack direction)
** Fix build issue on hppa2.0w-hp-hpux11.11 (`dirent64' and `readdir64_r')
** Fix misleading output from `(help rationalize)'
Changes in 1.8.5 (since 1.8.4)