From: Richard M. Stallman Date: Sat, 12 May 2007 16:57:11 +0000 (+0000) Subject: (section{Incremental Search}): Minor corrections. X-Git-Tag: emacs-pretest-22.0.990~47 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8eb38b328f1e27ac7d51393d19c60afda2e28af9;p=emacs.git (section{Incremental Search}): Minor corrections. --- 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 \key{abort current search}{C-g} Use \kbd{C-s} or \kbd{C-r} again to repeat the search in either direction. -If Emacs is still searching, \kbd{C-g} cancels only the part not done. +If Emacs is still searching, \kbd{C-g} cancels only the part not matched. \shortcopyrightnotice @@ -478,7 +478,7 @@ The following keys are defined in the minibuffer. \key{abort command}{C-g} Type \kbd{C-x ESC ESC} to edit and repeat the last command that used the -minibuffer. Type \kbd{F10} to activate the menu bar using the minibuffer. +minibuffer. Type \kbd{F10} to activate menu bar items on text terminals. \newcolumn \title{GNU Emacs Reference Card} @@ -657,7 +657,7 @@ An example: \beginexample% (defun this-line-to-top-of-window (line) - "Reposition line point is on to top of window. + "Reposition current line to top of window. With ARG, put point on line ARG." (interactive "P") (recenter (if (null line)