From: Lars Ingebrigtsen Date: Thu, 19 Aug 2021 13:19:23 +0000 (+0200) Subject: Fix st.el doc string X-Git-Tag: emacs-28.0.90~1432 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a44432a773f7e131692e3f5c9d765cffeef0739a;p=emacs.git 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. --- 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)