diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-01-25 12:51:23 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-01-25 12:51:30 +0100 |
commit | 115f3f59346595ce01625396c448983a9d17f24c (patch) | |
tree | fe8712a66cccaeec96249ff61f2fd71607c32b18 /lisp/term.el | |
parent | 4d342f36a6764aaf33c76d48d19899be621dc59b (diff) | |
download | emacs-115f3f59346595ce01625396c448983a9d17f24c.tar.gz emacs-115f3f59346595ce01625396c448983a9d17f24c.tar.bz2 emacs-115f3f59346595ce01625396c448983a9d17f24c.zip |
Improve the term-clear-full-screen-programs doc string
* lisp/term.el (term-clear-full-screen-programs): Improve the doc
string.
Diffstat (limited to 'lisp/term.el')
-rw-r--r-- | lisp/term.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term.el b/lisp/term.el index 0c8763b462a..3e05d529cd7 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -524,8 +524,8 @@ This means text can automatically reflow if the window is resized." "27.1") (defcustom term-clear-full-screen-programs t - "Whether to clear contents of full-screen TUI programs after exit. -If non-nil, output of full-screen TUI programs is cleared after + "Whether to clear contents of full-screen terminal programs after exit. +If non-nil, output of full-screen terminal programs is cleared after exiting them. Note however that a minority of such programs don't send an appropriate escape sequence to the terminal before exiting so their output isn't cleared regardless of this option." |