Show
Ignore:
Timestamp:
06/02/07 09:29:41 (1 year ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/refcard.tex

    r4190 r4210  
    331331 
    332332Use \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
     333If Emacs is still searching, \kbd{C-g} cancels only the part not matched
    334334 
    335335\shortcopyrightnotice 
     
    479479 
    480480Type \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
     481minibuffer.  Type \kbd{F10} to activate menu bar items on text terminals
    482482 
    483483\newcolumn 
     
    658658\beginexample% 
    659659(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. 
    661661With ARG, put point on line ARG." 
    662662  (interactive "P")