Mercurial > emacs
changeset 3469:ba185131c3e8
(enable-flow-control): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 04 Jun 1993 05:16:58 +0000 |
parents | f3052346f005 |
children | a6dde97d8166 |
files | lisp/flow-ctrl.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/flow-ctrl.el Fri Jun 04 03:00:25 1993 +0000 +++ b/lisp/flow-ctrl.el Fri Jun 04 05:16:58 1993 +0000 @@ -46,7 +46,7 @@ ;;;###autoload (defun enable-flow-control () - "Enable use of flow control; let user type C-s as C-\ and C-q as C-^." + "Enable use of flow control; let user type C-s as C-\\ and C-q as C-^." (interactive) ;; Tell emacs to pass C-s and C-q to OS. (set-input-mode nil t nil)