From a44432a773f7e131692e3f5c9d765cffeef0739a Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 19 Aug 2021 15:19:23 +0200 Subject: [PATCH] Fix st.el doc string * lisp/term/st.el (xterm-st-extra-capabilities): New user option (bug#50119). (terminal-init-st): Use it to avoid a two-second timeout. --- lisp/term/st.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/term/st.el b/lisp/term/st.el index e1db450b3e7..f1cbad6d59f 100644 --- a/lisp/term/st.el +++ b/lisp/term/st.el @@ -13,9 +13,7 @@ (defcustom xterm-st-extra-capabilities '( modifyOtherKeys getSelection setSelection) - "Extra capabilities supported under \"stterm\". -Some features of screen depend on the terminal emulator in which -it runs, which can change when the screen session is moved to another tty." + "Extra capabilities supported under \"stterm\"." :version "28.1" :type xterm--extra-capabilities-type :group 'xterm) -- 2.39.5