Bug in describe?



>>>>> "Jaime" == Jaime Villate <villate at fe.up.pt> writes:

    Jaime> Hi,
    Jaime> is this just happening to me, or is it a new bug? (please check in
    Jaime> your system)
    Jaime> ------------------------------------------------------------------------------
    Jaime> (%i3) ? fpprintprec

    Jaime>  -- Option variable: fpprec
    Jaime>      Default value: 16

    Jaime>      'fpprec' is the number of significant digits for arithmetic on
    Jaime>      bigfloat numbers.  'fpprec' does not affect computations on
    Jaime>      ordinary floating point numbers.
    Jaime> -----------------------------------------------------------------------------

    Jaime> The documentation for fpprec is being shown instead of the
    Jaime> documentation for fpprintprec.
    Jaime> I'm using the current git version, with SBCL and Clisp. It use to work
    Jaime> fine in 5.29

Works fine for me with current git and cmucl, clisp, gcl.

When this has happened to me, it was always due to the index being
out-of-date wrt to the current info files.  Rebuilding the info files
has always fixed that for me.

Ray