diff options
| author | Kim F. Storm | 2006-07-21 12:22:19 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-07-21 12:22:19 +0000 |
| commit | ffe379cb244383ccf7dd1ba4d056c9f9ff1deed9 (patch) | |
| tree | 5e6c6e95714ee4856e5749a72269bee5d61676ce | |
| parent | 9e4101b20bb4abbb3c0b3f6c40c233466179445a (diff) | |
| download | emacs-ffe379cb244383ccf7dd1ba4d056c9f9ff1deed9.tar.gz emacs-ffe379cb244383ccf7dd1ba4d056c9f9ff1deed9.zip | |
(Terminal Output): Clarify text vs graphical terminal.
| -rw-r--r-- | lispref/os.texi | 4 |
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 | |||
| 1839 | padding. | 1839 | padding. |
| 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 |
| 1842 | screen or repaint on non-window systems. @xref{Forcing Redisplay}, | 1842 | screen or repaint on text terminals. @xref{Forcing Redisplay}, |
| 1843 | for the corresponding functionality on window systems. | 1843 | for the corresponding functionality on graphical terminals. |
| 1844 | 1844 | ||
| 1845 | The value is measured in baud. | 1845 | The value is measured in baud. |
| 1846 | @end defvar | 1846 | @end defvar |