diff options
| author | Chong Yidong | 2008-10-12 00:40:06 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-10-12 00:40:06 +0000 |
| commit | ab58114f8a8c974cb7530fb05326ee7d7b915d83 (patch) | |
| tree | 6529a8b881e7c94ebfbeead25b6ff1036521f5bb | |
| parent | c4795b11bc8e06e1d495b6937a7ceff844796848 (diff) | |
| download | emacs-ab58114f8a8c974cb7530fb05326ee7d7b915d83.tar.gz emacs-ab58114f8a8c974cb7530fb05326ee7d7b915d83.zip | |
* files.texi (File Names): Reorganize description.
(Visiting): Add xref to Mode Line. Copyedits.
(Save Commands): Mention prefix behavior of C-x C-s.
(Numbered Backups): Node deleted.
(Backup Names): Contents of Numbered Backups moved here. State default
of version-control variable.
(Reverting): Copyedits.
(Version Control): Add additional version control systems.
* emacs.texi (Top): Delete Numbered Backups node.
* cmdargs.texi (General Variables): Change Numbered Backups xref to
Backup Names.
| -rw-r--r-- | doc/emacs/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 7386232f2ec..3090280dc2a 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2008-10-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * files.texi (File Names): Reorganize description. | ||
| 4 | (Visiting): Add xref to Mode Line. Copyedits. | ||
| 5 | (Save Commands): Mention prefix behavior of C-x C-s. | ||
| 6 | (Numbered Backups): Node deleted. | ||
| 7 | (Backup Names): Contents of Numbered Backups moved here. State default | ||
| 8 | of version-control variable. | ||
| 9 | (Reverting): Copyedits. | ||
| 10 | (Version Control): Add additional version control systems. | ||
| 11 | |||
| 12 | * emacs.texi (Top): Delete Numbered Backups node. | ||
| 13 | |||
| 14 | * cmdargs.texi (General Variables): Change Numbered Backups xref to | ||
| 15 | Backup Names. | ||
| 16 | |||
| 1 | 2008-10-11 Romain Francoise <romain@orebokech.com> | 17 | 2008-10-11 Romain Francoise <romain@orebokech.com> |
| 2 | 18 | ||
| 3 | * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys. | 19 | * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys. |