diff options
| author | Eric S. Raymond | 1992-07-16 06:28:10 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1992-07-16 06:28:10 +0000 |
| commit | 282d89c00d827cc25d77849ac23e919cbeabd045 (patch) | |
| tree | 4723478b7434e1d7b13e6a35a66b459793768559 /lisp/flow-ctrl.el | |
| parent | 841763034cba0e8e751fe510082babacfd83c2a5 (diff) | |
| download | emacs-282d89c00d827cc25d77849ac23e919cbeabd045.tar.gz emacs-282d89c00d827cc25d77849ac23e919cbeabd045.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/flow-ctrl.el')
| -rw-r--r-- | lisp/flow-ctrl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/flow-ctrl.el b/lisp/flow-ctrl.el index 104aee3ac86..853fac2f6ef 100644 --- a/lisp/flow-ctrl.el +++ b/lisp/flow-ctrl.el | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | ;;; | 21 | ;;; |
| 22 | 22 | ||
| 23 | ;;;; Terminals that use XON/XOFF flow control can cause problems with | 23 | ;;;; Terminals that use XON/XOFF flow control can cause problems with |
| 24 | ;;;; GNU Emacs users. This file contains elisp code that makes it | 24 | ;;;; GNU Emacs users. This file contains Emacs Lisp code that makes it |
| 25 | ;;;; easy for a user to deal with this problem, when using such a | 25 | ;;;; easy for a user to deal with this problem, when using such a |
| 26 | ;;;; terminal. | 26 | ;;;; terminal. |
| 27 | ;;;; | 27 | ;;;; |