1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

(enable-flow-control): Make message depend on customization variables.

This commit is contained in:
Richard M. Stallman 1994-10-26 20:07:50 +00:00
parent c157a89917
commit 83d8b97d93

View File

@ -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