* maintaining.texi (Registering, Tag Syntax): Tweak line and page breaks.
authorGlenn Morris <rgm@gnu.org>
Thu, 3 May 2012 06:50:59 +0000 (23:50 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 3 May 2012 06:50:59 +0000 (23:50 -0700)
doc/emacs/ChangeLog
doc/emacs/maintaining.texi

index b654b1c..1694d29 100644 (file)
@@ -1,5 +1,8 @@
 2012-05-03  Glenn Morris  <rgm@gnu.org>
 
+       * maintaining.texi (Registering, Tag Syntax):
+       Tweak line and page breaks.
+
        * programs.texi (Programs, Electric C): Copyedits.
        (Program Modes): Add xref to Fortran.
        (Left Margin Paren): Remove what was (oddly enough) the only use
index 72583f2..b0ee5bd 100644 (file)
@@ -711,7 +711,7 @@ commit can include both file additions and edits to existing files.
 
   On a locking-based version control system (@pxref{VCS Merging}),
 registering a file leaves it unlocked and read-only.  Type @kbd{C-x v
-v} if you wish to start editing it.
+v} to start editing it.
 
 @node Old Revisions
 @subsection Examining And Comparing Old Revisions
@@ -1729,7 +1729,7 @@ find-tag @key{RET} bidule @key{RET}} will just search for any tag
 @code{bidule}.
 
 @item
-In assembler code, labels appearing at the beginning of a line,
+In assembler code, labels appearing at the start of a line,
 followed by a colon, are tags.
 
 @item