diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-08-19 15:19:23 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-08-19 15:19:23 +0200 |
commit | a44432a773f7e131692e3f5c9d765cffeef0739a (patch) | |
tree | 331d1b273c36a6bfb3be85cc66ef57806d5e7b97 /lisp/term/st.el | |
parent | 8bc6dbecd214ff1649edab2258274385ec00a876 (diff) | |
download | emacs-a44432a773f7e131692e3f5c9d765cffeef0739a.tar.gz emacs-a44432a773f7e131692e3f5c9d765cffeef0739a.tar.bz2 emacs-a44432a773f7e131692e3f5c9d765cffeef0739a.zip |
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.
Diffstat (limited to 'lisp/term/st.el')
-rw-r--r-- | lisp/term/st.el | 4 |
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) |