]> git.eshelyaron.com Git - emacs.git/commitdiff
(Diff Mode, Misc File Ops): Describe Transient Mark mode as the
authorChong Yidong <cyd@stupidchicken.com>
Fri, 28 Mar 2008 19:03:33 +0000 (19:03 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 28 Mar 2008 19:03:33 +0000 (19:03 +0000)
default.

doc/emacs/files.texi

index d8daf75c5715e976a14b6e0a0396ab9f3f19953b..1199573cc0554e8bae4e25aaeb397f9d05055cbd 100644 (file)
@@ -2597,8 +2597,8 @@ manually editing patches, and only works with the unified diff format.
 @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 @@ in Emacs.  @xref{Misc Buffer}.
 @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},