summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-08-19 15:19:23 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-08-19 15:19:23 +0200
commita44432a773f7e131692e3f5c9d765cffeef0739a (patch)
tree331d1b273c36a6bfb3be85cc66ef57806d5e7b97
parent8bc6dbecd214ff1649edab2258274385ec00a876 (diff)
downloademacs-a44432a773f7e131692e3f5c9d765cffeef0739a.tar.gz
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.
-rw-r--r--lisp/term/st.el4
1 files changed, 1 insertions, 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)