]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix st.el doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 19 Aug 2021 13:19:23 +0000 (15:19 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 19 Aug 2021 13:19:23 +0000 (15:19 +0200)
* 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

index e1db450b3e7983c78a737cb468c12df55504e676..f1cbad6d59f64caa1a8bf76f98588e075a9d809a 100644 (file)
@@ -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)