# HG changeset patch # User Chong Yidong # Date 1206731013 0 # Node ID 3e6309763b5d12509742ef4f18283df7dd249b46 # Parent e58bd3fd21c38e0be242caf0ec44c38261a80c50 (Diff Mode, Misc File Ops): Describe Transient Mark mode as the default. diff -r e58bd3fd21c3 -r 3e6309763b5d doc/emacs/files.texi --- a/doc/emacs/files.texi Fri Mar 28 19:03:21 2008 +0000 +++ b/doc/emacs/files.texi Fri Mar 28 19:03:33 2008 +0000 @@ -2597,8 +2597,8 @@ @item C-c C-u Convert the entire buffer to unified format (@code{diff-context->unified}). With a prefix argument, convert -unified format to context format. In Transient Mark mode, when the -mark is active, this command operates only on the region. +unified format to context format. When the mark is active, convert +only the text within the region. @item C-c C-w Refine the current hunk so that it disregards changes in whitespace @@ -2638,7 +2638,9 @@ @findex insert-file @kbd{M-x insert-file} (also @kbd{C-x i}) inserts a copy of the contents of the specified file into the current buffer at point, -leaving point unchanged before the contents and the mark after them. +leaving point unchanged before the contents. The position after the +inserted contents is added to the mark ring, without activating the +mark (@pxref{Mark Ring}). @findex insert-file-literally @kbd{M-x insert-file-literally} is like @kbd{M-x insert-file},