diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:53:09 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:53:09 +0000 |
commit | 0a40ffd22b8b34c95f45458cd8dce57a61b35d92 (patch) | |
tree | 6e1e6fe5f878ae250ef7a73d11082984daed75ae /lisp/xscheme.el | |
parent | 4019847811092a1d052d57c88983d55d26c5f1cf (diff) | |
download | emacs-0a40ffd22b8b34c95f45458cd8dce57a61b35d92.tar.gz |
(xscheme-control-g-synchronization-p): Doc fix.
Diffstat (limited to 'lisp/xscheme.el')
-rw-r--r-- | lisp/xscheme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/xscheme.el b/lisp/xscheme.el index bb017f0c33f..d44f6d11e78 100644 --- a/lisp/xscheme.el +++ b/lisp/xscheme.el @@ -456,8 +456,8 @@ waiting for input. Otherwise, it is busy evaluating something.") (defconst xscheme-control-g-synchronization-p t "If non-nil, insert markers in the scheme input stream to indicate when -control-g interrupts were signalled. Do not allow more control-g's to be -signalled until the scheme process acknowledges receipt.") +control-g interrupts were signaled. Do not allow more control-g's to be +signaled until the scheme process acknowledges receipt.") (defvar xscheme-control-g-disabled-p nil "This variable, if non-nil, indicates that a control-g is being processed |