diff options
| -rw-r--r-- | man/screen.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/screen.texi b/man/screen.texi index 3c6981e64f1..0d23e4b0116 100644 --- a/man/screen.texi +++ b/man/screen.texi | |||
| @@ -123,10 +123,10 @@ feedback. You can change this behavior by setting a variable | |||
| 123 | (@pxref{Display Custom}). | 123 | (@pxref{Display Custom}). |
| 124 | 124 | ||
| 125 | @cindex error message in the echo area | 125 | @cindex error message in the echo area |
| 126 | If a command cannot be executed, it may print an @dfn{error message} in | 126 | If a command cannot be executed, it may print an @dfn{error message} |
| 127 | the echo area. Error messages are accompanied by a beep or by flashing the | 127 | in the echo area. Error messages are accompanied by beeping or by |
| 128 | screen. Also, any input you have typed ahead is thrown away when an error | 128 | flashing the screen. The error also discards any input you have typed |
| 129 | happens. | 129 | ahead. |
| 130 | 130 | ||
| 131 | Some commands print informative messages in the echo area. These | 131 | Some commands print informative messages in the echo area. These |
| 132 | messages look much like error messages, but they are not announced with | 132 | messages look much like error messages, but they are not announced with |
| @@ -291,7 +291,7 @@ separate lines. | |||
| 291 | formats by setting each of the variables @code{eol-mnemonic-unix}, | 291 | formats by setting each of the variables @code{eol-mnemonic-unix}, |
| 292 | @code{eol-mnemonic-dos}, @code{eol-mnemonic-mac}, and | 292 | @code{eol-mnemonic-dos}, @code{eol-mnemonic-mac}, and |
| 293 | @code{eol-mnemonic-undecided} to any string you find appropriate. | 293 | @code{eol-mnemonic-undecided} to any string you find appropriate. |
| 294 | @xref{Variables}, for an explanation how to set variables. | 294 | @xref{Variables}, for an explanation of how to set variables. |
| 295 | 295 | ||
| 296 | @xref{Optional Mode Line}, for features that add other handy | 296 | @xref{Optional Mode Line}, for features that add other handy |
| 297 | information to the mode line, such as the current column number of | 297 | information to the mode line, such as the current column number of |