diff etc/refcard.tex @ 219:262b8bb4a523 r20-4b8

Import from CVS: tag r20-4b8
author cvs
date Mon, 13 Aug 2007 10:09:35 +0200
parents 376386a54a3c
children 0e522484dd2a
line wrap: on
line diff
--- a/etc/refcard.tex	Mon Aug 13 10:08:36 2007 +0200
+++ b/etc/refcard.tex	Mon Aug 13 10:09:35 2007 +0200
@@ -263,7 +263,7 @@
 
 \section{Leaving Emacs}
 
-\key{suspend Emacs (or iconify it under X)}{C-z}
+\key{suspend Emacs (or iconify frame under X)}{C-z}
 \key{exit Emacs permanently}{C-x C-c}
 
 \section{Files}
@@ -280,8 +280,8 @@
 The Help system is simple.  Type \kbd{C-h} and follow the directions.
 If you are a first-time user, type \kbd{C-h t} for a {\bf tutorial}.
 
-\key{remove Help window}{C-x 1}
-\key{scroll Help window}{ESC C-v}
+\key{quit Help window}{q}
+\key{scroll Help window}{space}
 
 \key{apropos: show commands matching a string}{C-h a}
 \key{show the function a key runs}{C-h c}
@@ -292,6 +292,7 @@
 
 \key{{\bf abort} partially typed or executing command}{C-g}
 \metax{{\bf recover} a file lost by a system crash}{M-x recover-file}
+\metax{{\bf recover} files from a previous Emacs session}{M-x recover-session}
 \key{{\bf undo} an unwanted change}{C-x u {\rm or} C-_}
 \metax{restore a buffer to its original contents}{M-x revert-buffer}
 \key{redraw garbaged screen}{C-l}
@@ -373,13 +374,14 @@
 
 Valid responses in query-replace mode are
 
-\key{{\bf replace} this one, go on to next}{SPC}
+\key{{\bf replace} this one, go on to next}{SPC {\rm or} y}
 \key{replace this one, don't move}{,}
-\key{{\bf skip} to next without replacing}{DEL}
+\key{{\bf skip} to next without replacing}{DEL {\rm or} n}
 \key{replace all remaining matches}{!}
 \key{{\bf back up} to the previous match}{^}
 \key{{\bf exit} query-replace}{ESC}
 \key{enter recursive edit (\kbd{C-M-c} to exit)}{C-r}
+\key{delete match and enter recursive edit}{C-w}
 
 \section{Multiple Windows}
 
@@ -498,6 +500,7 @@
 \key{open rectangle, shifting text right}{C-x r o}
 \metax{blank out rectangle}{M-x clear-rectangle}
 \metax{prefix each line with a string}{M-x string-rectangle}
+\key{select rectangle with mouse}{M-button1}
 
 \section{Abbrevs}
 
@@ -579,6 +582,7 @@
 \key{{\bf start} defining a keyboard macro}{C-x (}
 \key{{\bf end} keyboard macro definition}{C-x )}
 \key{{\bf execute} last-defined keyboard macro}{C-x e}
+\key{{\bf edit} keyboard macro}{C-x C-k}
 \key{append to last keyboard macro}{C-u C-x (}
 \metax{name last keyboard macro}{M-x name-last-kbd-macro}
 \metax{insert Lisp definition in buffer}{M-x insert-kbd-macro}