aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/refcards/refcard.tex20
2 files changed, 21 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 31752a2bc2a..092aa6fb387 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12011-08-24 Steve Chapel <schapel@laptop.stevechapel.com> (tiny change)
2
3 * refcards/refcard.tex: Add a few more commands. (Bug#9343)
4
12011-08-22 Juri Linkov <juri@jurta.org> 52011-08-22 Juri Linkov <juri@jurta.org>
2 6
3 * compilation.txt: Add more samples of output and non-output 7 * 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.
332 332
333\shortcopyrightnotice 333\shortcopyrightnotice
334 334
335\newcolumn
335\section{Motion} 336\section{Motion}
336 337
337\paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr 338\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.
352\key{scroll to previous screen}{M-v} 353\key{scroll to previous screen}{M-v}
353\key{scroll left}{C-x <} 354\key{scroll left}{C-x <}
354\key{scroll right}{C-x >} 355\key{scroll right}{C-x >}
355\key{scroll current line to center of screen}{C-u C-l} 356\key{scroll current line to center, top, bottom}{C-l}
357
358\key{goto line}{M-g g}
359\key{back to indentation}{M-m}
356 360
357\section{Killing and Deleting} 361\section{Killing and Deleting}
358 362
@@ -393,14 +397,15 @@ If Emacs is still searching, \kbd{C-g} cancels only the part not matched.
393 397
394Valid responses in query-replace mode are 398Valid responses in query-replace mode are
395 399
396\key{{\bf replace} this one, go on to next}{SPC} 400\key{{\bf replace} this one, go on to next}{SPC {\rm or} y}
397\key{replace this one, don't move}{,} 401\key{replace this one, don't move}{,}
398\key{{\bf skip} to next without replacing}{DEL} 402\key{{\bf skip} to next without replacing}{DEL {\rm or} n}
399\key{replace all remaining matches}{!} 403\key{replace all remaining matches}{!}
400\key{{\bf back up} to the previous match}{^} 404\key{{\bf back up} to the previous match}{^}
401\key{{\bf exit} query-replace}{RET} 405\key{{\bf exit} query-replace}{RET}
402\key{enter recursive edit (\kbd{C-M-c} to exit)}{C-r} 406\key{enter recursive edit (\kbd{C-M-c} to exit)}{C-r}
403 407
408\newcolumn
404\section{Multiple Windows} 409\section{Multiple Windows}
405 410
406When two commands are shown, the second is a similar command for a 411When two commands are shown, the second is a similar command for a
@@ -438,6 +443,7 @@ frame instead of a window.
438\key{indent {\bf region} (mode-dependent)}{C-M-\\} 443\key{indent {\bf region} (mode-dependent)}{C-M-\\}
439\key{indent {\bf sexp} (mode-dependent)}{C-M-q} 444\key{indent {\bf sexp} (mode-dependent)}{C-M-q}
440\key{indent region rigidly {\it arg\/} columns}{C-x TAB} 445\key{indent region rigidly {\it arg\/} columns}{C-x TAB}
446\key{indent for comment}{M-;}
441 447
442\key{insert newline after point}{C-o} 448\key{insert newline after point}{C-o}
443\key{move rest of line vertically down}{C-M-o} 449\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.
536 542
537\key{expand previous word dynamically}{M-/} 543\key{expand previous word dynamically}{M-/}
538 544
545\section{Miscellaneous}
546
547\key{numeric argument}{C-u {\it num}}
548\key{negative argument}{M--}
549\key{quoted insert}{C-q {\it char}}
550
551\newcolumn
539\section{Regular Expressions} 552\section{Regular Expressions}
540 553
541\key{any single character except a newline}{. {\rm(dot)}} 554\key{any single character except a newline}{. {\rm(dot)}}
@@ -604,6 +617,7 @@ Other:
604 617
605\endindentedkeys 618\endindentedkeys
606 619
620\newcolumn
607\section{Registers} 621\section{Registers}
608 622
609\key{save region in register}{C-x r s} 623\key{save region in register}{C-x r s}