# HG changeset patch # User Richard M. Stallman # Date 1038164817 0 # Node ID af5c2643120c7f5f09351d36f175500f48f9a656 # Parent 962cd8bcdb21d1ae32d51dc3c851fbdc1d31aee2 For C-x =, explain how to use CTRL key. diff -r 962cd8bcdb21 -r af5c2643120c man/screen.texi --- a/man/screen.texi Sun Nov 24 19:06:22 2002 +0000 +++ b/man/screen.texi Sun Nov 24 19:06:57 2002 +0000 @@ -134,15 +134,17 @@ ahead. Some commands display informative messages in the echo area. These -messages look much like error messages, but they are not announced with -a beep and do not throw away input. Sometimes the message tells you -what the command has done, when this is not obvious from looking at the -text being edited. Sometimes the sole purpose of a command is to show -you a message giving you specific information---for example, @kbd{C-x =} -displays a message describing the character position of point in the text -and its current column in the window. Commands that take a long time -often display messages ending in @samp{...} while they are working, and -add @samp{done} at the end when they are finished. +messages look much like error messages, but they are not announced +with a beep and do not throw away input. Sometimes the message tells +you what the command has done, when this is not obvious from looking +at the text being edited. Sometimes the sole purpose of a command is +to show you a message giving you specific information---for example, +@kbd{C-x =} (hold down @key{CTRL} and type @kbd{x}, then let go of +@key{CTRL} and type @kbd{=}) displays a message describing the +character position of point in the text and its current column in the +window. Commands that take a long time often display messages ending +in @samp{...} while they are working, and add @samp{done} at the end +when they are finished. @cindex @samp{*Messages*} buffer @cindex saved echo area messages