diff options
author | Juri Linkov <juri@jurta.org> | 2005-07-12 06:16:38 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-07-12 06:16:38 +0000 |
commit | 9e5f497df1e0a842602c57abc11c48a328bfe43e (patch) | |
tree | b636ab1e4cf64943a6a6b1e8b9c46e95aa5c1c2c | |
parent | 658d7393446f6bd77b2d70a6a7547036840f5a86 (diff) | |
download | emacs-9e5f497df1e0a842602c57abc11c48a328bfe43e.tar.gz |
(Files): Change description of `C-x C-q' from
`checkin/checkout' to `toggle read-only'.
(Getting Help): Replace `C-h c' with `C-h k'.
(Error Recovery): Replace `recover-file' with `recover-session'.
(Info): Replace key binding `C-h C-i' with `C-h S'. Add `t'.
-rw-r--r-- | etc/ChangeLog | 8 | ||||
-rw-r--r-- | etc/refcard.tex | 9 |
2 files changed, 13 insertions, 4 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index efeb209e54d..2ecc124f001 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,11 @@ +2005-07-12 Juri Linkov <juri@jurta.org> + + * refcard.tex (Files): Change description of `C-x C-q' from + `checkin/checkout' to `toggle read-only'. + (Getting Help): Replace `C-h c' with `C-h k'. + (Error Recovery): Replace `recover-file' with `recover-session'. + (Info): Replace key binding `C-h C-i' with `C-h S'. Add `t'. + 2005-07-07 Richard M. Stallman <rms@gnu.org> * GNU: Update how to help. Improve footnote 7. diff --git a/etc/refcard.tex b/etc/refcard.tex index d4a2194214b..208a48c7832 100644 --- a/etc/refcard.tex +++ b/etc/refcard.tex @@ -289,7 +289,7 @@ To enter GNU Emacs 22, just type its name: \kbd{emacs} \key{{\bf insert} contents of another file into this buffer}{C-x i} \key{replace this file with the file you really want}{C-x C-v} \key{write buffer to a specified file}{C-x C-w} -\key{version control checkin/checkout}{C-x C-q} +\key{toggle read-only status of buffer}{C-x C-q} \section{Getting Help} @@ -301,14 +301,14 @@ the directions. If you are a first-time user, type \kbd{C-h t} for a \key{scroll help window}{C-M-v} \key{apropos: show commands matching a string}{C-h a} -\key{show the function a key runs}{C-h c} +\key{describe the function a key runs}{C-h k} \key{describe a function}{C-h f} \key{get mode-specific information}{C-h m} \section{Error Recovery} \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 lost by a system crash}{M-x recover-session} \metax{{\bf undo} an unwanted change}{C-x u, C-_ {\rm or} C-/} \metax{restore a buffer to its original contents}{M-x revert-buffer} \key{redraw garbaged screen}{C-l} @@ -572,7 +572,7 @@ minibuffer. Type \kbd{F10} to activate the menu bar using the minibuffer. \section{Info} \key{enter the Info documentation reader}{C-h i} -\key{find specified function or variable in Info}{C-h C-i} +\key{find specified function or variable in Info}{C-h S} \beginindentedkeys Moving within a node: @@ -591,6 +591,7 @@ Moving between nodes: \key{follow cross reference (return with \kbd{l})}{f} \key{return to last node you saw}{l} \key{return to directory node}{d} +\key{go to top node of Info file}{t} \key{go to any node by name}{g} Other: |