diff options
| -rw-r--r-- | etc/refcard.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/refcard.tex b/etc/refcard.tex index 8c8d3288841..7f7784bc957 100644 --- a/etc/refcard.tex +++ b/etc/refcard.tex | |||
| @@ -330,7 +330,7 @@ the directions. If you are a first-time user, type \kbd{C-h t} for a | |||
| 330 | \key{abort current search}{C-g} | 330 | \key{abort current search}{C-g} |
| 331 | 331 | ||
| 332 | Use \kbd{C-s} or \kbd{C-r} again to repeat the search in either direction. | 332 | Use \kbd{C-s} or \kbd{C-r} again to repeat the search in either direction. |
| 333 | If Emacs is still searching, \kbd{C-g} cancels only the part not done. | 333 | If Emacs is still searching, \kbd{C-g} cancels only the part not matched. |
| 334 | 334 | ||
| 335 | \shortcopyrightnotice | 335 | \shortcopyrightnotice |
| 336 | 336 | ||
| @@ -478,7 +478,7 @@ The following keys are defined in the minibuffer. | |||
| 478 | \key{abort command}{C-g} | 478 | \key{abort command}{C-g} |
| 479 | 479 | ||
| 480 | Type \kbd{C-x ESC ESC} to edit and repeat the last command that used the | 480 | Type \kbd{C-x ESC ESC} to edit and repeat the last command that used the |
| 481 | minibuffer. Type \kbd{F10} to activate the menu bar using the minibuffer. | 481 | minibuffer. Type \kbd{F10} to activate menu bar items on text terminals. |
| 482 | 482 | ||
| 483 | \newcolumn | 483 | \newcolumn |
| 484 | \title{GNU Emacs Reference Card} | 484 | \title{GNU Emacs Reference Card} |
| @@ -657,7 +657,7 @@ An example: | |||
| 657 | 657 | ||
| 658 | \beginexample% | 658 | \beginexample% |
| 659 | (defun this-line-to-top-of-window (line) | 659 | (defun this-line-to-top-of-window (line) |
| 660 | "Reposition line point is on to top of window. | 660 | "Reposition current line to top of window. |
| 661 | With ARG, put point on line ARG." | 661 | With ARG, put point on line ARG." |
| 662 | (interactive "P") | 662 | (interactive "P") |
| 663 | (recenter (if (null line) | 663 | (recenter (if (null line) |