Mercurial > emacs
changeset 9716:dfe865222721
(enable-flow-control): Make message depend on customization variables.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 26 Oct 1994 20:07:50 +0000 |
parents | 5cc36be39154 |
children | 96a592ccb751 |
files | lisp/flow-ctrl.el |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/flow-ctrl.el Wed Oct 26 18:25:14 1994 +0000 +++ b/lisp/flow-ctrl.el Wed Oct 26 20:07:50 1994 +0000 @@ -94,7 +94,11 @@ (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