Skip to content
Prev 36356 / 63421 Next

Minor typo in ?.Primitive

The help page for .Primitive has this line:

## start quote
This function is almost never used: get(name, envir=basenv()) works 
equally well and ....
## end quote

basenv() should be baseenv().

Checked for r51392 and r51520.


  -Peter Ehlers