debugger: `` '' -> “ ”
parent
c3f8f5067e
commit
fe085c96d6
|
@ -270,20 +270,20 @@ M: no-current-vocab summary
|
||||||
|
|
||||||
M: no-word-error summary
|
M: no-word-error summary
|
||||||
name>>
|
name>>
|
||||||
"No word named ``"
|
"No word named “"
|
||||||
"'' found in current vocabulary search path" surround ;
|
"” found in current vocabulary search path" surround ;
|
||||||
|
|
||||||
M: no-word-error error. summary print ;
|
M: no-word-error error. summary print ;
|
||||||
|
|
||||||
M: no-word-in-vocab summary
|
M: no-word-in-vocab summary
|
||||||
[ vocab>> ] [ word>> ] bi
|
[ vocab>> ] [ word>> ] bi
|
||||||
[ "No word named ``" % % "'' found in ``" % % "'' vocabulary" % ] "" make ;
|
[ "No word named “" % % "” found in “" % % "” vocabulary" % ] "" make ;
|
||||||
|
|
||||||
M: no-word-in-vocab error. summary print ;
|
M: no-word-in-vocab error. summary print ;
|
||||||
|
|
||||||
M: ambiguous-use-error summary
|
M: ambiguous-use-error summary
|
||||||
words>> first name>>
|
words>> first name>>
|
||||||
"More than one vocabulary defines a word named ``" "''" surround ;
|
"More than one vocabulary defines a word named “" "”" surround ;
|
||||||
|
|
||||||
M: ambiguous-use-error error. summary print ;
|
M: ambiguous-use-error error. summary print ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue