diff options
| author | Glenn Morris | 2012-05-02 23:50:59 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-02 23:50:59 -0700 |
| commit | 3c8c88a39b6fc8e74a4db5d9f789e8bd6c5e44d4 (patch) | |
| tree | eb50c1623a8c0b5aed80fd0b0f4f1a9046b781e7 | |
| parent | 8bfe9babcf39bf735352f88fa5d14f5f6d00030b (diff) | |
| download | emacs-3c8c88a39b6fc8e74a4db5d9f789e8bd6c5e44d4.tar.gz emacs-3c8c88a39b6fc8e74a4db5d9f789e8bd6c5e44d4.zip | |
* maintaining.texi (Registering, Tag Syntax): Tweak line and page breaks.
| -rw-r--r-- | doc/emacs/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 4 |
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 @@ | |||
| 1 | 2012-05-03 Glenn Morris <rgm@gnu.org> | 1 | 2012-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}), |
| 713 | registering a file leaves it unlocked and read-only. Type @kbd{C-x v | 713 | registering a file leaves it unlocked and read-only. Type @kbd{C-x v |
| 714 | v} if you wish to start editing it. | 714 | v} 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 |
| 1732 | In assembler code, labels appearing at the beginning of a line, | 1732 | In assembler code, labels appearing at the start of a line, |
| 1733 | followed by a colon, are tags. | 1733 | followed by a colon, are tags. |
| 1734 | 1734 | ||
| 1735 | @item | 1735 | @item |