X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fcondition.lisp;h=830721dde4b4843dd0f2140fdecf5bafd1a4d950;hb=56d318ce89dd0c1cff3fd210691ac0367b1382e3;hp=07dca98cc947a2e3a35c30ae4006c0692af9e0dd;hpb=205a8d17bd0085ab3d6e7d0484cd6a8817118bf5;p=sbcl.git diff --git a/src/code/condition.lisp b/src/code/condition.lisp index 07dca98..830721d 100644 --- a/src/code/condition.lisp +++ b/src/code/condition.lisp @@ -1276,8 +1276,9 @@ the values returned by the form as a list. No associated restarts.")) ;;; A knob for muffling warnings, mostly for use while loading files. (defvar *muffled-warnings* 'uninteresting-redefinition - "A type that ought to specify a subtype of WARNING. Whenever a warning -is signaled, if the warning if of this type, it will be muffled.") + "A type that ought to specify a subtype of WARNING. Whenever a +warning is signaled, if the warning if of this type and is not +handled by any other handler, it will be muffled.") ;;; Various STYLE-WARNING signaled in the system. ;; For the moment, we're only getting into the details for function