From 83d8b97d936755588b8fb00134baea8b301c9500 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 26 Oct 1994 20:07:50 +0000 Subject: [PATCH] (enable-flow-control): Make message depend on customization variables. --- lisp/flow-ctrl.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/flow-ctrl.el b/lisp/flow-ctrl.el index d97b0395b91..c853ae3a767 100644 --- a/lisp/flow-ctrl.el +++ b/lisp/flow-ctrl.el @@ -94,7 +94,11 @@ With arg, enable flow control mode if arg is positive, otherwise disable." (message (concat "XON/XOFF adjustment for " (getenv "TERM") - ": use C-\\ for C-s and use C-^ for C-q.")) + ": use " + (single-key-description flow-control-c-s-replacement) + " for C-s, and use " + (single-key-description flow-control-c-q-replacement) + " for C-q")) (sleep-for 2))) ; Give user a chance to see message. ;;;###autoload -- 2.39.5