From: Steve Chapel Date: Wed, 24 Aug 2011 07:31:35 +0000 (-0700) Subject: * etc/refcards/refcard.tex: Add a few more commands. (tiny change) X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~70^2~7^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c1ec8ad04d002d8d8bc5bf1be208c41e47c8cefb;p=emacs.git * etc/refcards/refcard.tex: Add a few more commands. (tiny change) Fixes: debbugs:9343 --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 31752a2bc2a..092aa6fb387 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2011-08-24 Steve Chapel (tiny change) + + * refcards/refcard.tex: Add a few more commands. (Bug#9343) + 2011-08-22 Juri Linkov * compilation.txt: Add more samples of output and non-output diff --git a/etc/refcards/refcard.tex b/etc/refcards/refcard.tex index 52b9348db26..7d4f9dbfa89 100644 --- a/etc/refcards/refcard.tex +++ b/etc/refcards/refcard.tex @@ -332,6 +332,7 @@ If Emacs is still searching, \kbd{C-g} cancels only the part not matched. \shortcopyrightnotice +\newcolumn \section{Motion} \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr @@ -352,7 +353,10 @@ If Emacs is still searching, \kbd{C-g} cancels only the part not matched. \key{scroll to previous screen}{M-v} \key{scroll left}{C-x <} \key{scroll right}{C-x >} -\key{scroll current line to center of screen}{C-u C-l} +\key{scroll current line to center, top, bottom}{C-l} + +\key{goto line}{M-g g} +\key{back to indentation}{M-m} \section{Killing and Deleting} @@ -393,14 +397,15 @@ If Emacs is still searching, \kbd{C-g} cancels only the part not matched. 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}{RET} \key{enter recursive edit (\kbd{C-M-c} to exit)}{C-r} +\newcolumn \section{Multiple Windows} When two commands are shown, the second is a similar command for a @@ -438,6 +443,7 @@ frame instead of a window. \key{indent {\bf region} (mode-dependent)}{C-M-\\} \key{indent {\bf sexp} (mode-dependent)}{C-M-q} \key{indent region rigidly {\it arg\/} columns}{C-x TAB} +\key{indent for comment}{M-;} \key{insert newline after point}{C-o} \key{move rest of line vertically down}{C-M-o} @@ -536,6 +542,13 @@ minibuffer. Type \kbd{F10} to activate menu bar items on text terminals. \key{expand previous word dynamically}{M-/} +\section{Miscellaneous} + +\key{numeric argument}{C-u {\it num}} +\key{negative argument}{M--} +\key{quoted insert}{C-q {\it char}} + +\newcolumn \section{Regular Expressions} \key{any single character except a newline}{. {\rm(dot)}} @@ -604,6 +617,7 @@ Other: \endindentedkeys +\newcolumn \section{Registers} \key{save region in register}{C-x r s}