Index: src/library/base/man/traceback.Rd =================================================================== --- src/library/base/man/traceback.Rd (revision 76775) +++ src/library/base/man/traceback.Rd (working copy) @@ -81,6 +81,6 @@ ## Ah, this is the culprit ... ## This will print the stack trace at the time of the error. -options(error = function() traceback(2)) +options(error = function() traceback(3)) } \keyword{programming}