comparison lisp/xscheme.el @ 47497:036e57c15cdc

* xscheme.el (scheme-interaction-mode): Doc fix. * net/eudc.el (eudc-plist-get): Doc fix.
author John Paul Wallington <jpw@pobox.com>
date Mon, 16 Sep 2002 02:49:22 +0000
parents d1cd5d1c6e77
children e88404e8f2cf
comparison
equal deleted inserted replaced
47496:4f825dbb49f7 47497:036e57c15cdc
282 \\[xscheme-send-control-g-interrupt] pops everything off 282 \\[xscheme-send-control-g-interrupt] pops everything off
283 \\[xscheme-send-control-x-interrupt] aborts evaluation, doesn't affect stack 283 \\[xscheme-send-control-x-interrupt] aborts evaluation, doesn't affect stack
284 284
285 Some possible command interpreter types and their meanings are: 285 Some possible command interpreter types and their meanings are:
286 286
287 [Evaluator] read-eval-print loop for evaluating expressions 287 \[Evaluator] read-eval-print loop for evaluating expressions
288 [Debugger] single character commands for debugging errors 288 \[Debugger] single character commands for debugging errors
289 [Where] single character commands for examining environments 289 \[Where] single character commands for examining environments
290 290
291 Starting with release 6.2 of Scheme, the latter two types of command 291 Starting with release 6.2 of Scheme, the latter two types of command
292 interpreters will change the major mode of the Scheme process buffer 292 interpreters will change the major mode of the Scheme process buffer
293 to scheme-debugger-mode , in which the evaluation commands are 293 to scheme-debugger-mode , in which the evaluation commands are
294 disabled, and the keys which normally self insert instead send 294 disabled, and the keys which normally self insert instead send