emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/emacs ChangeLog emerge-xtra.texi


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/emacs ChangeLog emerge-xtra.texi
Date: Fri, 03 Jul 2009 01:36:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/07/03 01:36:12

Modified files:
        doc/emacs      : ChangeLog emerge-xtra.texi 

Log message:
        (Emerge): Tweak Misc menu description.
        (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
        (Merge Commands): `.' does not seem to work in A or B buffer.
        `l' can recreate the 3-window display.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/ChangeLog?cvsroot=emacs&r1=1.340&r2=1.341
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/emerge-xtra.texi?cvsroot=emacs&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/ChangeLog,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -b -r1.340 -r1.341
--- ChangeLog   2 Jul 2009 02:31:57 -0000       1.340
+++ ChangeLog   3 Jul 2009 01:36:12 -0000       1.341
@@ -1,3 +1,24 @@
+2009-07-03  Glenn Morris  <address@hidden>
+
+       * emerge-xtra.texi (Emerge): Tweak Misc menu description.
+       (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
+       (Merge Commands): `.' does not seem to work in A or B buffer.
+       `l' can recreate the 3-window display.
+
+       * glossary.texi (Glossary): Minor phrasing changes throughout.
+       Add more internal cross-references.
+       <Autoloading>: You can't really autoload a variable.
+       <C-M->: Move details here from `M-C-' item.
+       <Continuation Line>: Refer to `Truncation.'
+       <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
+       <Home Directory, Unix>: New entries.
+       <Deletion of Files>: Mention recycle bins.
+       <Directory>: Mention ``folders.''
+       <Error>: Don't mention ``type-ahead.''
+       <Fringe>: Refer to the manual node.
+       <Minor Mode>: Can be global or local.
+       <Spell Checking>: There are other checkers besides Ispell.
+
 2009-07-02  Glenn Morris  <address@hidden>
 
        * anti.texi (Antinews): Minor changes in phrasing.

Index: emerge-xtra.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/emerge-xtra.texi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- emerge-xtra.texi    8 Jan 2009 05:28:48 -0000       1.3
+++ emerge-xtra.texi    3 Jul 2009 01:36:12 -0000       1.4
@@ -31,7 +31,7 @@
                          changing states of differences, etc.
 * Exiting Emerge::     What to do when you've finished the merge.
 * Combining in Emerge::            How to keep both alternatives for a 
difference.
-* Fine Points of Emerge::   Misc.
+* Fine Points of Emerge::   Miscellaneous issues.
 @end menu
 
 @node Overview of Emerge
@@ -149,17 +149,18 @@
 input.  The mode line indicates Auto Advance mode with @samp{A}.
 
   If Skip Prefers mode is in effect, the @kbd{n} and @kbd{p} commands
-skip over differences in states prefer-A and prefer-B (@pxref{State of
-Difference}).  Thus you see only differences for which neither version
-is presumed ``correct.''  The mode line indicates Skip Prefers mode with
address@hidden
+skip over differences in states ``prefer-A'' and ``prefer-B''
+(@pxref{State of Difference}).  Thus you see only differences for
+which neither version is presumed ``correct.''  The mode line
+indicates Skip Prefers mode with @samp{S}.  This mode is only relevant
+when there is an ancestor.
 
 @findex emerge-auto-advance-mode
 @findex emerge-skip-prefers-mode
   Use the command @kbd{s a} (@code{emerge-auto-advance-mode}) to set or
 clear Auto Advance mode.  Use @kbd{s s}
 (@code{emerge-skip-prefers-mode}) to set or clear Skip Prefers mode.
-These commands turn on the mode with a positive argument, turns it off
+These commands turn on the mode with a positive argument, turn it off
 with a negative or zero argument, and toggle the mode with no argument.
 
 @node State of Difference
@@ -191,7 +192,7 @@
 
 The command @kbd{d a} chooses default-A as the default state, and @kbd{d
 b} chooses default-B.  This chosen default applies to all differences
-which you haven't ever selected and for which no alternative is preferred.
+that you have never selected and for which no alternative is preferred.
 If you are moving through the merge sequentially, the differences you
 haven't selected are those following the selected one.  Thus, while
 moving sequentially, you can effectively make the A version the default
@@ -242,8 +243,9 @@
 Select difference number @var{n}.
 
 @item .
-Select the difference containing point.  You can use this command in the
-merge buffer or in the A or B buffer.
+Select the difference containing point.
address@hidden [Does not work in the A or B buffer?]
address@hidden You can use this command in the merge buffer or in the A or B 
buffer.
 
 @item q
 Quit---finish the merge.
@@ -258,7 +260,8 @@
 Go into Edit mode.
 
 @item l
-Recenter (like @kbd{C-l}) all three windows.
+Recenter (like @kbd{C-l}) all three windows.  With an argument,
+reestablish the default three-window display.
 
 @item -
 Specify part of a prefix numeric argument.




reply via email to

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