emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/emacs/files.texi,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/doc/emacs/files.texi,v
Date: Fri, 28 Mar 2008 19:03:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/03/28 19:03:33

Index: files.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/files.texi,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- files.texi  22 Jan 2008 23:53:31 -0000      1.19
+++ files.texi  28 Mar 2008 19:03:33 -0000      1.20
@@ -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},




reply via email to

[Prev in Thread] Current Thread [Next in Thread]