diff options
| author | Miles Bader | 2008-04-23 05:55:42 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-04-23 05:55:42 +0000 |
| commit | a113b3ca322fd73d97d0d9d69c9f48dc13fb326a (patch) | |
| tree | 37b3ad22a198a83f68738ef86aec187bb6d926d9 /doc | |
| parent | e96a8d6dc0ffc35cf6c02924de2453c69fa8f6fe (diff) | |
| parent | 81fe843b5a3cc7708e0800aeb5bc0dbe448e800a (diff) | |
| download | emacs-a113b3ca322fd73d97d0d9d69c9f48dc13fb326a.tar.gz emacs-a113b3ca322fd73d97d0d9d69c9f48dc13fb326a.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/emacs.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 0fd90ba5a63..2fddf83b400 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -13,6 +13,11 @@ | |||
| 13 | * building.texi (GDB-UI Layout, Breakpoints Buffer) | 13 | * building.texi (GDB-UI Layout, Breakpoints Buffer) |
| 14 | (Other GDB-UI Buffers): Update for recent thread related changes. | 14 | (Other GDB-UI Buffers): Update for recent thread related changes. |
| 15 | 15 | ||
| 16 | 2008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change) | ||
| 17 | |||
| 18 | * maintaining.texi (Maintaining): | ||
| 19 | * emacs.texi (Top): Typo. | ||
| 20 | |||
| 16 | 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca> | 21 | 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 17 | 22 | ||
| 18 | * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode' | 23 | * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode' |
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index aca77108e3b..28b72eb5c13 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi | |||
| @@ -713,7 +713,7 @@ Maintaining Large Programs | |||
| 713 | 713 | ||
| 714 | * Change Log:: Maintaining a change history for your program. | 714 | * Change Log:: Maintaining a change history for your program. |
| 715 | * Format of ChangeLog:: What the change log file looks like. | 715 | * Format of ChangeLog:: What the change log file looks like. |
| 716 | * Tags:: Go direct to any function in your program in one | 716 | * Tags:: Go directly to any function in your program in one |
| 717 | command. Tags remembers which file it is in. | 717 | command. Tags remembers which file it is in. |
| 718 | * Emerge:: A convenient way of merging two versions of a program. | 718 | * Emerge:: A convenient way of merging two versions of a program. |
| 719 | 719 | ||
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index d4774379555..424f26b584a 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -12,7 +12,7 @@ also particularly useful for this purpose. | |||
| 12 | @menu | 12 | @menu |
| 13 | * Change Log:: Maintaining a change history for your program. | 13 | * Change Log:: Maintaining a change history for your program. |
| 14 | * Format of ChangeLog:: What the change log file looks like. | 14 | * Format of ChangeLog:: What the change log file looks like. |
| 15 | * Tags:: Go direct to any function in your program in one | 15 | * Tags:: Go directly to any function in your program in one |
| 16 | command. Tags remembers which file it is in. | 16 | command. Tags remembers which file it is in. |
| 17 | @ifnottex | 17 | @ifnottex |
| 18 | * Emerge:: A convenient way of merging two versions of a program. | 18 | * Emerge:: A convenient way of merging two versions of a program. |