Mercurial > emacs
diff etc/refcard.tex @ 90843:d7172f202ab8
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 726-750)
- Update from CVS
- Merge from emacs--rel--22
- Merge from gnus--rel--5.10
* emacs--rel--22 (patch 6-17)
- Update from CVS
- Update from CVS: src/xterm.c (XTread_socket): Revert last change.
* gnus--rel--5.10 (patch 218-221)
- Merge from emacs--devo--0, emacs--rel--22
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-205
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 15 May 2007 07:17:13 +0000 |
parents | 95d0cdf160ea 02fdc61fbbc6 |
children | f55f9811f5d7 |
line wrap: on
line diff
--- a/etc/refcard.tex Mon May 14 11:56:47 2007 +0000 +++ b/etc/refcard.tex Tue May 15 07:17:13 2007 +0000 @@ -330,7 +330,7 @@ \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 @@ \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 @@ \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)