From 6c0575f08e600783400dd912f3e69f89b1e815c5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 4 Jun 1993 05:16:58 +0000 Subject: (enable-flow-control): Doc fix. --- lisp/flow-ctrl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/flow-ctrl.el b/lisp/flow-ctrl.el index a2a666837e8..a1fba7803fd 100644 --- a/lisp/flow-ctrl.el +++ b/lisp/flow-ctrl.el @@ -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) -- cgit v1.2.1