summaryrefslogtreecommitdiff
path: root/lisp/terminal.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-12-20 19:01:00 +0000
committerPavel Janík <Pavel@Janik.cz>2001-12-20 19:01:00 +0000
commitf0529b5b1aeb64a7df9765781948a5edbfc80b1e (patch)
tree158ac5ca37e5347b9cc96ffe5514ab852e3aa8b9 /lisp/terminal.el
parent0ff9b955fe8d8032f5c139dcc86990f0177b646f (diff)
downloademacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.tar.gz
Doc fix.
Diffstat (limited to 'lisp/terminal.el')
-rw-r--r--lisp/terminal.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/terminal.el b/lisp/terminal.el
index 865b917d20a..303bb695f42 100644
--- a/lisp/terminal.el
+++ b/lisp/terminal.el
@@ -60,7 +60,7 @@ This variable is local to each terminal-emulator buffer."
:type 'character
:group 'terminal)
-(defcustom terminal-scrolling t ;;>> Setting this to T sort-of defeats my whole aim in writing this package...
+(defcustom terminal-scrolling t ;;>> Setting this to t sort-of defeats my whole aim in writing this package...
"*If non-nil, the terminal-emulator will losingly `scroll' when output occurs
past the bottom of the screen. If nil, output will win and `wrap' to the top
of the screen.