Changeset 4220 for trunk/man/basic.texi
- Timestamp:
- 2008年04月04日 22時04分40秒 (8 months ago)
- Files:
-
- trunk/man/basic.texi (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/man/basic.texi
r4190 r4220 1 1 @c This is part of the Emacs manual. 2 2 @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. 4 4 @c See file emacs.texi for copying conditions. 5 5 @node Basic, Minibuffer, Exiting, Top … … 322 322 323 323 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 begrouped.324 undo recent changes, as far as the records go. Usually each editing 325 command makes a separate entry in the undo records, but sometimes an 326 entry covers just part of a command, and very simple commands may be 327 grouped. 328 328 329 329 @table @kbd … … 597 597 @cindex font of character at point 598 598 @cindex text properties at point 599 @cindex face at point 599 600 @w{@kbd{C-u C-x =}} displays the following additional information about a 600 601 character. … … 624 625 @item 625 626 The character's text properties (@pxref{Text Properties,,, 626 elisp, the Emacs Lisp Reference Manual}), and any overlays containing it 627 elisp, the Emacs Lisp Reference Manual}), including any faces usewd to 628 display the character, and any overlays containing it 627 629 (@pxref{Overlays,,, elisp, the same manual}). 628 630 @end itemize
