diff options
| author | Richard M. Stallman | 2002-11-24 19:06:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-11-24 19:06:57 +0000 |
| commit | 3ae23222ce96c59135f810b564cee84e3340a019 (patch) | |
| tree | ea8b8b79bc11801f67e5c14735a4ff79c891bc1c /man | |
| parent | c9864e06404900eae633201fe4b777c2d9fb8b94 (diff) | |
| download | emacs-3ae23222ce96c59135f810b564cee84e3340a019.tar.gz emacs-3ae23222ce96c59135f810b564cee84e3340a019.zip | |
For C-x =, explain how to use CTRL key.
Diffstat (limited to 'man')
| -rw-r--r-- | man/screen.texi | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/man/screen.texi b/man/screen.texi index b2b96d7184c..fc364d86071 100644 --- a/man/screen.texi +++ b/man/screen.texi | |||
| @@ -134,15 +134,17 @@ flashing the screen. The error also discards any input you have typed | |||
| 134 | ahead. | 134 | ahead. |
| 135 | 135 | ||
| 136 | Some commands display informative messages in the echo area. These | 136 | Some commands display informative messages in the echo area. These |
| 137 | messages look much like error messages, but they are not announced with | 137 | messages look much like error messages, but they are not announced |
| 138 | a beep and do not throw away input. Sometimes the message tells you | 138 | with a beep and do not throw away input. Sometimes the message tells |
| 139 | what the command has done, when this is not obvious from looking at the | 139 | you what the command has done, when this is not obvious from looking |
| 140 | text being edited. Sometimes the sole purpose of a command is to show | 140 | at the text being edited. Sometimes the sole purpose of a command is |
| 141 | you a message giving you specific information---for example, @kbd{C-x =} | 141 | to show you a message giving you specific information---for example, |
| 142 | displays a message describing the character position of point in the text | 142 | @kbd{C-x =} (hold down @key{CTRL} and type @kbd{x}, then let go of |
| 143 | and its current column in the window. Commands that take a long time | 143 | @key{CTRL} and type @kbd{=}) displays a message describing the |
| 144 | often display messages ending in @samp{...} while they are working, and | 144 | character position of point in the text and its current column in the |
| 145 | add @samp{done} at the end when they are finished. | 145 | window. Commands that take a long time often display messages ending |
| 146 | in @samp{...} while they are working, and add @samp{done} at the end | ||
| 147 | when they are finished. | ||
| 146 | 148 | ||
| 147 | @cindex @samp{*Messages*} buffer | 149 | @cindex @samp{*Messages*} buffer |
| 148 | @cindex saved echo area messages | 150 | @cindex saved echo area messages |