diff options
| author | Teodor Zlatanov | 2008-08-12 19:59:41 +0000 |
|---|---|---|
| committer | Teodor Zlatanov | 2008-08-12 19:59:41 +0000 |
| commit | d8ff76929d002c8f195a4887954022bbb6c5e127 (patch) | |
| tree | c106b5e46fc80a7058ee15f6ec466c41ffc0d652 | |
| parent | 7de39cb3774088375151374f31fb93ce134dfc62 (diff) | |
| download | emacs-d8ff76929d002c8f195a4887954022bbb6c5e127.tar.gz emacs-d8ff76929d002c8f195a4887954022bbb6c5e127.zip | |
(Change Log): Mention next-error is available.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 280aceeb569..e185af6f3ed 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-08-12 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 2 | |||
| 3 | * maintaining.texi (Change Log): Mention next-error is available. | ||
| 4 | |||
| 1 | 2008-08-10 Glenn Morris <rgm@gnu.org> | 5 | 2008-08-10 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * cal-xtra.texi (Calendar Customizing): Mention whitespace variables | 7 | * cal-xtra.texi (Calendar Customizing): Mention whitespace variables |
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 424f26b584a..62898f00cee 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -73,6 +73,12 @@ entry is considered a page. This facilitates editing the entries. | |||
| 73 | @kbd{C-j} and auto-fill indent each new line like the previous line; | 73 | @kbd{C-j} and auto-fill indent each new line like the previous line; |
| 74 | this is convenient for entering the contents of an entry. | 74 | this is convenient for entering the contents of an entry. |
| 75 | 75 | ||
| 76 | You can use the @code{next-error} command (by default bound to | ||
| 77 | @kbd{C-x `}) to move between entries in the Change Log, when Change | ||
| 78 | Log mode is on. You will jump to the actual site in the file that was | ||
| 79 | changed, not just to the next Change Log entry. You can also use | ||
| 80 | @code{previous-error} to move back in the same list. | ||
| 81 | |||
| 76 | @findex change-log-merge | 82 | @findex change-log-merge |
| 77 | You can use the command @kbd{M-x change-log-merge} to merge other | 83 | You can use the command @kbd{M-x change-log-merge} to merge other |
| 78 | log files into a buffer in Change Log Mode, preserving the date | 84 | log files into a buffer in Change Log Mode, preserving the date |