summaryrefslogtreecommitdiff
path: root/lisp/flow-ctrl.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-06-04 05:16:58 +0000
committerRichard M. Stallman <rms@gnu.org>1993-06-04 05:16:58 +0000
commit6c0575f08e600783400dd912f3e69f89b1e815c5 (patch)
tree4af03f2e5ef7d8b7aaac0011b632794b3bdb881e /lisp/flow-ctrl.el
parent801ddffa859f79c77171aaa55b63a6a07d24c29f (diff)
downloademacs-6c0575f08e600783400dd912f3e69f89b1e815c5.tar.gz
(enable-flow-control): Doc fix.
Diffstat (limited to 'lisp/flow-ctrl.el')
-rw-r--r--lisp/flow-ctrl.el2
1 files changed, 1 insertions, 1 deletions
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)