aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-07-21 12:22:19 +0000
committerKim F. Storm2006-07-21 12:22:19 +0000
commitffe379cb244383ccf7dd1ba4d056c9f9ff1deed9 (patch)
tree5e6c6e95714ee4856e5749a72269bee5d61676ce
parent9e4101b20bb4abbb3c0b3f6c40c233466179445a (diff)
downloademacs-ffe379cb244383ccf7dd1ba4d056c9f9ff1deed9.tar.gz
emacs-ffe379cb244383ccf7dd1ba4d056c9f9ff1deed9.zip
(Terminal Output): Clarify text vs graphical terminal.
-rw-r--r--lispref/os.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/os.texi b/lispref/os.texi
index 2c19bae1392..e3634746988 100644
--- a/lispref/os.texi
+++ b/lispref/os.texi
@@ -1839,8 +1839,8 @@ data transmission, but the value is used for calculations such as
1839padding. 1839padding.
1840 1840
1841 It also affects decisions about whether to scroll part of the 1841 It also affects decisions about whether to scroll part of the
1842screen or repaint on non-window systems. @xref{Forcing Redisplay}, 1842screen or repaint on text terminals. @xref{Forcing Redisplay},
1843for the corresponding functionality on window systems. 1843for the corresponding functionality on graphical terminals.
1844 1844
1845The value is measured in baud. 1845The value is measured in baud.
1846@end defvar 1846@end defvar