]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve the term-clear-full-screen-programs doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 25 Jan 2022 11:51:23 +0000 (12:51 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 25 Jan 2022 11:51:30 +0000 (12:51 +0100)
* lisp/term.el (term-clear-full-screen-programs): Improve the doc
string.

lisp/term.el

index 0c8763b462a85e88c31e469633fc7d9c8b0697c9..3e05d529cd75e9dbb992c34926e2e4b3a48d9dd0 100644 (file)
@@ -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."