aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-05-02 23:50:59 -0700
committerGlenn Morris2012-05-02 23:50:59 -0700
commit3c8c88a39b6fc8e74a4db5d9f789e8bd6c5e44d4 (patch)
treeeb50c1623a8c0b5aed80fd0b0f4f1a9046b781e7
parent8bfe9babcf39bf735352f88fa5d14f5f6d00030b (diff)
downloademacs-3c8c88a39b6fc8e74a4db5d9f789e8bd6c5e44d4.tar.gz
emacs-3c8c88a39b6fc8e74a4db5d9f789e8bd6c5e44d4.zip
* maintaining.texi (Registering, Tag Syntax): Tweak line and page breaks.
-rw-r--r--doc/emacs/ChangeLog3
-rw-r--r--doc/emacs/maintaining.texi4
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index b654b1c16ca..1694d291807 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,8 @@
12012-05-03 Glenn Morris <rgm@gnu.org> 12012-05-03 Glenn Morris <rgm@gnu.org>
2 2
3 * maintaining.texi (Registering, Tag Syntax):
4 Tweak line and page breaks.
5
3 * programs.texi (Programs, Electric C): Copyedits. 6 * programs.texi (Programs, Electric C): Copyedits.
4 (Program Modes): Add xref to Fortran. 7 (Program Modes): Add xref to Fortran.
5 (Left Margin Paren): Remove what was (oddly enough) the only use 8 (Left Margin Paren): Remove what was (oddly enough) the only use
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 72583f25c8b..b0ee5bd5f2f 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -711,7 +711,7 @@ commit can include both file additions and edits to existing files.
711 711
712 On a locking-based version control system (@pxref{VCS Merging}), 712 On a locking-based version control system (@pxref{VCS Merging}),
713registering a file leaves it unlocked and read-only. Type @kbd{C-x v 713registering a file leaves it unlocked and read-only. Type @kbd{C-x v
714v} if you wish to start editing it. 714v} to start editing it.
715 715
716@node Old Revisions 716@node Old Revisions
717@subsection Examining And Comparing Old Revisions 717@subsection Examining And Comparing Old Revisions
@@ -1729,7 +1729,7 @@ find-tag @key{RET} bidule @key{RET}} will just search for any tag
1729@code{bidule}. 1729@code{bidule}.
1730 1730
1731@item 1731@item
1732In assembler code, labels appearing at the beginning of a line, 1732In assembler code, labels appearing at the start of a line,
1733followed by a colon, are tags. 1733followed by a colon, are tags.
1734 1734
1735@item 1735@item