From: Richard M. Stallman Date: Wed, 26 Oct 1994 20:07:50 +0000 (+0000) Subject: (enable-flow-control): Make message depend on customization variables. X-Git-Tag: emacs-19.34~6139 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83d8b97d936755588b8fb00134baea8b301c9500;p=emacs.git (enable-flow-control): Make message depend on customization variables. --- 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