Changeset 4210 for trunk/etc/refcard.tex
- Timestamp:
- 06/02/07 09:29:41 (1 year ago)
- Files:
-
- trunk/etc/refcard.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/refcard.tex
r4190 r4210 331 331 332 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 335 \shortcopyrightnotice … … 479 479 480 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 483 \newcolumn … … 658 658 \beginexample% 659 659 (defun this-line-to-top-of-window (line) 660 "Reposition line point is onto top of window.660 "Reposition current line to top of window. 661 661 With ARG, put point on line ARG." 662 662 (interactive "P")
