Show
Ignore:
Timestamp:
2008年04月04日 22時04分40秒 (8 months ago)
Author:
miyoshi
Message:

Sync up with Emacs22.2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/man/basic.texi

    r4190 r4220  
    11@c This is part of the Emacs manual. 
    22@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 
    3 @c   2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 
     3@c   2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
    44@c See file emacs.texi for copying conditions. 
    55@node Basic, Minibuffer, Exiting, Top 
     
    322322 
    323323  Emacs records a list of changes made in the buffer text, so you can 
    324 you can undo recent changes, as far as the records go. 
    325 Usually each editing command makes a separate entry in the undo 
    326 records, but sometimes an entry covers just part of a command, and 
    327 very simple commands may be grouped. 
     324undo recent changes, as far as the records go.  Usually each editing 
     325command makes a separate entry in the undo records, but sometimes an 
     326entry covers just part of a command, and very simple commands may be 
     327grouped. 
    328328 
    329329@table @kbd 
     
    597597@cindex font of character at point 
    598598@cindex text properties at point 
     599@cindex face at point 
    599600  @w{@kbd{C-u C-x =}} displays the following additional information about a 
    600601character. 
     
    624625@item 
    625626The character's text properties (@pxref{Text Properties,,, 
    626 elisp, the Emacs Lisp Reference Manual}), and any overlays containing it 
     627elisp, the Emacs Lisp Reference Manual}), including any faces usewd to 
     628display the character, and any overlays containing it 
    627629(@pxref{Overlays,,, elisp, the same manual}). 
    628630@end itemize