diff options
| author | Richard M. Stallman | 1992-06-03 05:58:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-06-03 05:58:08 +0000 |
| commit | 328561fc91a2802b47ae9669110b8071e1696d4e (patch) | |
| tree | 1d802fa6627dd3ea3b8bcf40e1186541d89a82df /lisp/flow-ctrl.el | |
| parent | 5cd51471045769aa63048e989684828483cfd87d (diff) | |
| download | emacs-328561fc91a2802b47ae9669110b8071e1696d4e.tar.gz emacs-328561fc91a2802b47ae9669110b8071e1696d4e.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/flow-ctrl.el')
| -rw-r--r-- | lisp/flow-ctrl.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/flow-ctrl.el b/lisp/flow-ctrl.el index 4d3d68f49be..104aee3ac86 100644 --- a/lisp/flow-ctrl.el +++ b/lisp/flow-ctrl.el | |||
| @@ -72,9 +72,9 @@ | |||
| 72 | ;;;###autoload | 72 | ;;;###autoload |
| 73 | (defun evade-flow-control-on (&rest losing-terminal-types) | 73 | (defun evade-flow-control-on (&rest losing-terminal-types) |
| 74 | "Enable flow control if using one of a specified set of terminal types. | 74 | "Enable flow control if using one of a specified set of terminal types. |
| 75 | Use `(evade-flow-control-on "vt100" "h19")' to enable flow control | 75 | Use `(evade-flow-control-on \"vt100\" \"h19\")' to enable flow control |
| 76 | on VT-100 and H19 terminals. When flow control is enabled, | 76 | on VT-100 and H19 terminals. When flow control is enabled, |
| 77 | you must type C-\ to get the effect of a C-s, and type C-^ | 77 | you must type C-\\ to get the effect of a C-s, and type C-^ |
| 78 | to get the effect of a C-q." | 78 | to get the effect of a C-q." |
| 79 | (let ((term (getenv "TERM")) | 79 | (let ((term (getenv "TERM")) |
| 80 | hyphend) | 80 | hyphend) |